https://github.com/shivkantx/ecommercee
๐ A full-featured eCommerce web app built with ๐ Django & ๐
ฑ๏ธ Bootstrap โ includes ๐งบ cart, ๐ auth, ๐ณ checkout, and โ๏ธ admin panel. Fully responsive and ideal for learning or real-world use.
https://github.com/shivkantx/ecommercee
bootstrap django django-project ecommerce fullstack online-store shopping-cart web-development webapp
Last synced: about 2 months ago
JSON representation
๐ A full-featured eCommerce web app built with ๐ Django & ๐ ฑ๏ธ Bootstrap โ includes ๐งบ cart, ๐ auth, ๐ณ checkout, and โ๏ธ admin panel. Fully responsive and ideal for learning or real-world use.
- Host: GitHub
- URL: https://github.com/shivkantx/ecommercee
- Owner: shivkantx
- Created: 2025-06-24T06:04:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-28T05:07:37.000Z (12 months ago)
- Last Synced: 2025-09-12T11:51:09.176Z (9 months ago)
- Topics: bootstrap, django, django-project, ecommerce, fullstack, online-store, shopping-cart, web-development, webapp
- Language: CSS
- Homepage:
- Size: 10.5 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ Django E-commerce Website
A fully functional eCommerce web application built with Django and Bootstrap, featuring user authentication, product listings, cart management, and a checkout system.
---
## โจ Features
- ๐๏ธ **Product Listing Page** โ Browse available items with images, titles, and prices
- ๐งบ **Shopping Cart** โ Add, remove, and update quantity of products
- ๐ **User Authentication** โ Register, login, and logout securely
- ๐ณ **Checkout System** โ Review cart items and proceed to place an order
- ๐งพ **Order Summary Page** โ Displays purchase details after checkout
- โ๏ธ **Admin Dashboard** โ Django admin for managing products, categories, and users
- ๐ฑ **Responsive UI** โ Clean and mobile-friendly design using Bootstrap
- ๐๏ธ **Category Support** โ Organize products by type or category (if implemented)
- ๐ฆ **Session-based Cart** โ Cart items persist during the session even without login
---
## ๐ ๏ธ Tech Stack
- **Backend:** Django
- **Frontend:** HTML, CSS, Bootstrap
- **Database:** SQLite (default, easily switchable)
- **Templating:** Django Templates