Loading repository data…
Loading repository data…
MuhammedMorad / repository
Project Overview Home Store is a web-based e-commerce application developed using the Flask framework. It allows users to browse products, manage their shopping cart, and place orders. The application also includes administrative functionalities for managing products and orders.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Home Store is a web-based e-commerce application built with Flask. It allows users to browse products, manage a shopping cart, and place orders. The application also provides an admin interface for managing products and orders.
Home-Store/
│
├── app.py # Main Flask app
├── models.py # Database models
├── templates/ # HTML templates
├── static/ # CSS, JS, Images
├── requirements.txt # Python dependencies
└── README.md # Project documentation
To run this project locally:
git clone https://github.com/MuhammedMorad/Home-Store.git
cd Home-Store
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
python app.py
http://localhost:5000