hinchley2018 / learning-ecommerce

Small e-commerce project to learn full-stack development
MIT License
7 stars 9 forks source link

Build get orders #7

Closed hinchley2018 closed 6 months ago

hinchley2018 commented 7 months ago

GET /orders

Return all orders Return a bad request if the userId is null Search the orders collection with userId as a filter

hinchley2018 commented 6 months ago

closed by #42