Skip to content

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.

Notifications You must be signed in to change notification settings

MuhammedMorad/Home-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏠 Home Store

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.


🛠️ Tech Stack

  • Backend: Python, Flask
  • Frontend: HTML, CSS, Bootstrap
  • Database: SQLite (via SQLAlchemy)
  • Deployment: Vercel

📁 Project Structure

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

⚙️ Installation Guide

To run this project locally:

  1. Clone the repo:
git clone https://github.com/MuhammedMorad/Home-Store.git
cd Home-Store
  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
python app.py
  1. Visit in browser:
http://localhost:5000

📌 Features

  • Browse available products
  • Add and remove products from the cart
  • Place an order
  • Admin panel to manage:
    • Product listings
    • Orders and customers

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published