Skip to content

A Django-based e-commerce website offering secure login, product browsing, cart management, and order checkout. An admin dashboard supports product and order management, providing a seamless, scalable online retail solution.

License

Notifications You must be signed in to change notification settings

l1ght14/E-commerce

Repository files navigation

🛒 E-Commerce Web Application

🔍 Overview

A full-featured e-commerce web app built using Django that allows customers to browse, add items to cart, checkout, and view order history. Admins can manage products, orders, and users.

💡 Features

🧑 Customer Side:

  • User signup/login
  • Add/remove products to cart
  • Checkout and view past orders

👨‍💼 Admin Side:

  • Admin login/dashboard
  • CRUD operations for products, customers, and orders
  • Order tracking and status updates

🧰 Tech Stack

  • Backend: Python, Django
  • Frontend: HTML, CSS, JavaScript
  • Database: SQLite (easily switchable to MySQL/PostgreSQL)
  • IDE: VS Code

🔄 Key Modules

  • Models: Product, Customer, Category, Order
  • Views: Login, Signup, Cart, Checkout, Admin Panel
  • Auth: Session-based authentication, admin controls

🌐 Deployment

  • Localhost using python manage.py runserver
  • Easily deployable on Heroku or AWS with minor changes

About

A Django-based e-commerce website offering secure login, product browsing, cart management, and order checkout. An admin dashboard supports product and order management, providing a seamless, scalable online retail solution.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published