While managing a Large Inventory, Managing and Updating it can be quite a hassle. Problems like outdated database and mismatch information are common in such situation. We devised a solution to have a single database which can be accessed by anyone through an API, and will be a one-stop place to Update, Create and Modify the items in the inventory. Thatβs how we came up with a Smart Inventory Manager API.
* NodeJS
* MongoDB
* Fastify
* Postman
- /products
GET: return all the list of products POST: add a product
- /products/:id
GET: return specific product PUT: update the specific product (We can update every parameter ) DELETE: delete the specific product
- /orders
GET: get all the orders placed
- /orders/:id
POST: adds an order entry
Aniket Khajanchi |
Kumar Kalyan |
Sairam Nomula |
Pranav |