Ecommerce-Management-System

A robust ecommerce platform built with Python and Django. This system manages products, customer orders, and provides a powerful admin interface for inventory control.

🚀 Tech Stack

📦 Project Structure (Planned)

🛠️ How to Run Locally

  1. Clone the repo: git clone <your-repo-url>

  2. Create a virtual environment: python -m venv venv

  3. Activate it:
    • Windows: venv\Scripts\activate
    • Mac/Linux: source venv/bin/activate
  4. Install Django: pip install django pillow
  5. Run migrations: python manage.py migrate
  6. Start the server: python manage.py runserver