Skip to content

A grocery store management webapp, that stores customer orders in SQL database. it allows you to store order details, product details, edit order details, edit product details, delete order and product details.

Notifications You must be signed in to change notification settings

ankitrajput77/grocery_store_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Grocery Store Management System Web App

This is a Grocery Store Management System web application built using Python Flask, JavaScript, and SQL database.

Description

The Grocery Store Management System is a web-based application that enables grocery store owners or managers to efficiently manage their store's inventory, track orders, and perform various administrative tasks. The application provides an intuitive user interface for easy navigation and interaction.

Features

  • Inventory Management: Keep track of products, their quantities, and prices in the store's inventory.
  • Order Management: manage orders from customers.
  • action features: delete product, edit product, see product details, add new order, add new product.

Technologies Used

  • Python Flask: Web framework for building the backend server and handling API requests.
  • JavaScript: Used for implementing dynamic and interactive features on the frontend.
  • SQL Database: Store and retrieve data related to products, sales, users, and more.
  • HTML/CSS: Markup language and styling for creating the user interface.
  • Bootstrap: CSS framework for responsive and visually appealing designs.

Installation

  1. Clone the repository: git clone https://github.com/ankitrajput77/grocery_store_webapp.git
  2. Navigate to the project directory
  3. Install the required dependencies: pip install -r requirements.txt
  4. Set up the SQL database. EER Diagram is attached to understand the type of database image
  5. Run the application, server.py
  6. Access the web application in your browser: (use path of ./grocery_app/ui/index.html as browser url)

In-action

Click here to watch the video

Contributing

Contributions to the Grocery Store Management System web app are welcome! If you find any bugs, have suggestions for improvements, or want to add new features, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

A grocery store management webapp, that stores customer orders in SQL database. it allows you to store order details, product details, edit order details, edit product details, delete order and product details.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published