Skip to content

sanjayengineer121/Grocery-management

Repository files navigation

Grocery management

#----------------------------------------------------------------------------How to Run this code

  • Step 1

    Click the github link to download code
    https://github.com/sanjayengineer121/Grocery-management

    if You are using linux then

    copy this line

    git clone https://github.com/sanjayengineer121/Grocery-management

  • step 2

    unzip that zip file and go to that pholder

  • step 3

    run command promt from that pholder or Go to same directry from CMD prompt where program located

  • step 4

    paste below command in windows cmd

    pip install -r requirements.txt

    it download allrequired module for run this code

    • make sure Python 3 Python 3 already should installed on your system

  • ste 5 Type below command

    python inventry.py


  • step 6

    ##Go to projectt url
    http://127.0.0.1:5000/


    ## dashboad ui have -- total product list -- total quantity -- last added product
    ## add product ui

    product list

  • note

this project can add more functionality and rich ui as well

REST API HTTP Methods and Their Usage

REST APIs enable the development of various web applications, supporting all CRUD (Create, Retrieve, Update, Delete) operations. Adhering to REST guidelines involves using specific HTTP methods for different server calls. The following information helps determine the suitable HTTP method for API actions.

Table of Contents

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published