LAB: Exploring Models with Many-to-Many Create an express application that uses your models. Implement basic CRUD routes.
Requirements Create at least two model and all CRUD routes for those models. You models should have a many-to-many relationship. Use at least one JOIN to combine your models. Test your routes with supertest.
Rubric CRUD routes for your model 2 points) At least one join (5 points) test CRUD routes (3 points)