In this challenge you will create a tags and notes_tags table which will setup a many-to-many relationship between notes and tags. You'll also create a new router to perform CRUD operations on the tags, and update the existing notes endpoints to work with tag related data.
To get started, let's update the .sql script from the previous challenges. Create a tags table and define 2 fields in the schema.