bj-rutledge / CRUD-API-Example

Simple Example of a CRUD API
MIT License
1 stars 3 forks source link

Create Route - Get Product(s) #53

Open bj-rutledge opened 1 year ago

bj-rutledge commented 1 year ago

As with the get order, we need to define how we are going to retrieve the products from the db. Write all logic for the retrieval and document it.