Skip to content

ryanleviathan/postgres-many-to-many

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgres-many-to-many

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors