This is a Grocery Store Management System web application built using Python Flask, JavaScript, and SQL database.
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.
- 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.
- 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.
- Clone the repository: git clone https://github.com/ankitrajput77/grocery_store_webapp.git
- Navigate to the project directory
- Install the required dependencies: pip install -r requirements.txt
- Set up the SQL database. EER Diagram is attached to understand the type of database
- Run the application, server.py
- Access the web application in your browser: (use path of ./grocery_app/ui/index.html as browser url)
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.
This project is licensed under the MIT License.