Skip to content

An evolving Django e-commerce website offering product browsing, cart management, and order placement, with merchant capabilities in development

Notifications You must be signed in to change notification settings

Pradipgyawali897/Ecommerce-Website

Repository files navigation

Ecommerce Website

This is a Django-based e-commerce web application designed for online shopping. The current version supports customer-focused features, and merchant functionalities are actively being developed.

✅ Implemented Features (Customer Side)

  • User registration and login
  • Browse products by category
  • View product details
  • Add products to shopping cart
  • Place orders
  • Basic user profile and order history

🚧 Features to be Added

  • Order Management for Merchants: View incoming orders, update delivery status, and handle returns.
  • Sales Analytics: A dashboard with charts and stats for product views, sales, and performance tracking.
  • Inventory Control: Auto-update inventory when an order is placed or stock is low.
  • Review System: Customers can leave ratings and reviews; merchants can respond to feedback.
  • Improved UI/UX: Clean interface with responsive design for both users and merchants.

Note: This project is under active development. Merchant features and admin tools are in progress and will be released in future updates.

🛠️ Tech Stack

  • Python
  • Django
  • SQLite (for development)
  • HTML, CSS, JavaScript

🚀 How to Run the Project

  1. Clone the repository:
    git clone https://github.com/Pradipgyawali897/Ecommerce-Website.git
  2. Navigate into the project folder:
    cd Ecommerce-Website
  3. Install dependencies:
    pip install -r requirements.txt
  4. Apply migrations:
    python manage.py migrate
  5. Run the development server:
    python manage.py runserver

You're all set! Visit http://127.0.0.1:8000 in your browser to explore the site.

📌 Project Status

This project is a work in progress. Contributions and feedback are welcome as we build toward a full-featured e-commerce experience for both customers and merchants.

About

An evolving Django e-commerce website offering product browsing, cart management, and order placement, with merchant capabilities in development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors