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. Your models should have a one-to-many relationship. For the findById on the one side use a JOIN. Test your routes with supertest.