jmidd2 / sdi-project-3

0 stars 1 forks source link

RESTful Express API with full CRUD functionality #1

Open jmidd2 opened 1 year ago

jmidd2 commented 1 year ago

Should implement a RESTful API that opens multiple endpoints Endpoints MUST handle either parameterized routes or query parameters, if not both A minimum of 3 base routes, capable of all CRUD operations Each route should have nesting depth of 2 All requests should interact solely with the implemented database

jmidd2 commented 1 year ago

Current Endpoints needed