Closed nataliasowa closed 2 years ago
This PR provides order info to display orders by order id.
Fixes #101
npm run db:setup npm run dev http://localhost:3000/api/orders/{id} Swagger -> http://localhost:3000/api/documentation/#/
Could I suggest updating the PR title and the merge message to something like: [Backend] Add GET /orders/:id endpoint
Description
This PR provides order info to display orders by order id.
Fixes #101
How to test?
npm run db:setup npm run dev http://localhost:3000/api/orders/{id} Swagger -> http://localhost:3000/api/documentation/#/
Checklist