Giter Site home page Giter Site logo

basic-inventory-mangament-system's Introduction

Basic Inventory Mangament System

Readme for Backend Endpoints

This readme provides an overview of the backend endpoints defined in the code. The endpoints are defined using the Express.js framework for Node.js.

Endpoints

Here are the endpoints defined in the code, along with a brief description of their functionality:

  • GET /getOrders
    This endpoint returns a list of all orders in the system.
  • GET /inventory
    This endpoint returns a list of all items in the inventory.
  • GET /customerDetails
    This endpoint returns a list of all customers in the system.
  • GET /inventory/:inventoryType
    This endpoint returns a list of all items of a specific type in the inventory. The type is specified as a path parameter in the URL.
  • POST /createOrders
    This endpoint creates a new order in the system. The order details are passed in the request body in JSON format.
  • POST /createCustomer
    This endpoint creates a new customer in the system. The customer details are passed in the request body in JSON format.
  • POST /createInventory
    This endpoint creates a new item in the inventory. The item details are passed in the request body in JSON format.
  • PUT /:itemName
    This endpoint updates the available quantity of an item in the inventory. The item name is specified as a path parameter in the URL, and the updated quantity is passed in the request body in JSON format.

Conclusion

These endpoints provide the core functionality of the backend system, allowing you to manage orders, customers, and inventory. Use the endpoint descriptions and URLs to interact with the system and build your frontend.

basic-inventory-mangament-system's People

Contributors

rohithvy avatar

Stargazers

Rohith10X avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.