Create an express application that uses your models. Implement basic CRUD routes.
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.
[ ] CRUD routes for your model 2 points) [ ] At least one join (5 points) [ ] test CRUD routes (3 points)