Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 606 Bytes

README.md

File metadata and controls

21 lines (9 loc) · 606 Bytes

easyGrocery

Introduction A Flask Web App that allows users to manage their grocery shopping cart and keep track of their purchases. It provides a user-friendly interface to add, edit, and remove items from the grocery cart.

ss

How to Run?

Create a virtual environment (optional but recommended): python -m venv venv

Activate the virtual environment: source venv/bin/activate

Install the required dependencies: pip install -r requirements.txt

Run the application: python app.py