Skip to content

Alpha-lit/E-Commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛒 E-Commerce Web Application

A modern and scalable e-commerce platform built for managing products, customers, and orders. This application allows users to browse items, manage a shopping cart, and handle purchases, while the admin can control product listings and categories.


🚀 Features

  • ✅ Add, edit, and delete products
  • 🛍️ Product listings with details and pricing
  • 🛒 Add to cart and remove items
  • 🔐 User registration and login
  • 👨‍💼 Admin dashboard for product management
  • 📦 Order placement and tracking (if implemented)

🛠️ Tech Stack

Layer Technology
Backend Python (Django) / Node.js (based on your repo)
Frontend HTML, CSS, Bootstrap / React (if used)
Database SQLite / PostgreSQL
Versioning Git

📂 Project Structure

ecommerce/
├── products/ # Product app: models, views, forms
├── users/ # User authentication
├── templates/ # HTML templates
├── static/ # CSS, JS
├── manage.py
├── requirements.txt
└── README.md

⚙️ Installation & Setup

  1. Clone the repository
    git clone https://github.com/Alpha-lit/E-Commerce.git
    cd E-Commerce
  2. Create and activate a virtual environment
    python -m venv env
    source env/bin/activate  # On Windows: env\Scripts\activate
  3. Install the dependencies
    pip install -r requirements.txt
  4. Run migrations and start the server
    Run migrations and start the server
  5. Access the app
    http://127.0.0.1:8000/

About

E-commerce web app for products, cart flows, user accounts, orders, and admin product management.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors