The API development of this project is aimed at a small hamburger restaurant, which needs an ordering system with the use of a tablet, to prepare the order in an orderly and efficient way.
GET /products
GET /products/:productid
POST /products
PUT /products/:productid
DELETE /products/:productid
The client can run the API with ** npm start
**, receiving information about the port on which it listens.