/API-Fest

Primary LanguageJavaScript

Team 51 | API Fest 2022

Introduction

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.

Built With πŸ‘¨πŸ½β€πŸ’»

* NodeJS
* MongoDB
* Fastify
* Postman

Endpoints:

  • /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
    
    

Important Links πŸ”΄

  1. Video Demo

Team ✨


Aniket Khajanchi

Kumar Kalyan

Sairam Nomula

Pranav

Screenshots πŸ“Έ

image