A fully responsive, user-authenticated luxury e-commerce platform built with Django, Bootstrap, and modern frontend design principles. This project features premium product listings, an elegant checkout experience, dynamic cart functionality, invoice generation, and integrated payment simulation.
- Product listing with search & category filters
- Product detail pages with rich UX
- Wishlist, cart, and browsing history
- Multi-step checkout flow (Cart β Shipping β Payment β Review)
- Elegant tabbed UI with animated progress bar
- Simulated payment options: Credit/Debit, UPI (PhonePe), COD
- Downloadable invoice PDF with order & payment details
- Order history, recent cart items, saved addresses
- Profile picture upload, loyalty points, smart recommendations
- Download past orders as CSV
- Login / Signup with sessions
- Restriction: Only logged-in users can "Add to Cart" or "Buy Now"
actual screenshots.
Home Page | Product Detail | Checkout |
---|---|---|
![]() |
![]() |
![]() |
- Backend: Django (Python)
- Frontend: HTML5, Bootstrap 5, CSS3, JS
- Database: django superuser admin
- PDF Generation: ReportLab / xhtml2pdf
- Charts: Chart.js (for admin dashboard)
- Auth: Django built-in auth system
Admin access can be provided on request.
- Username: [Available upon request]
- Password: [Available upon request]
π© DM @ShrishMaruge for credentials.
env\Scripts\activate
cd Ecommers
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
##Run
python manage.py runserver