Giter VIP home page Giter VIP logo

google-dse-task's Introduction

Google-DSE Backend Task

Client API:

This is the main page of our Inventory Management application. Users are greeted with an overview of the available features and operations.

image

Adding Items:

image

This screenshot displays the form for adding a new item to our inventory. Users can input the item's name, stock quantity, and price. Clicking the "Add Item" button submits the item to the inventory.

Delete Item Operation

image

Users can delete items from the inventory by specifying the item's ID in this form. Clicking the "Delete Item" button removes the selected item from the inventory.

Creating Invoice

image

This function creates an invoice by fetching item details based on user-input item IDs, calculating the subtotal, taxes, and discounts, and then sending a POST request to create the invoice on the server. It handles errors and displays success messages as needed.

Deleting Invoice

image

Manage operation

image

This screenshot showcases the form for performing manage operations on items. Users input the invoice ID and specify the items and quantities that need to be updated in the inventory. This feature helps maintain accurate stock levels.

Request Handling on the backend

/items class

POST

image

GET

image

PUT

image

DELETE

image

image

/invoice class

GET

image

POST,PUT,DELETE are handled similarly to item class

/manage

image

image

image

google-dse-task's People

Contributors

pratyush103 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.