This project is a fully functional e-commerce platform built using Django, designed to provide users with a seamless online shopping experience. The website includes a variety of features that support product listings, user authentication, cart management, order processing, and secure payment options.
- User Authentication: Register, login, and manage user profiles.
- Product Management: Admin can create, update, and delete products with images and descriptions.
- Search & Filter: Search functionality and filters to easily navigate through product categories.
- Order Management: Checkout system with order tracking for both users and admins.
- Responsive Design: Optimized for mobile, tablet, and desktop views.
- Admin Dashboard: Built-in Django admin panel to manage orders, products, and users.
- Backend: Django (Python)
- Frontend: HTML, CSS, JavaScript
- Database: SQLite (default) / PostgreSQL / MySQL
- Deployment: Docker / Heroku / AWS / DigitalOcean
- Clone the repository: https://github.com/brkt1/projects.git
- pip install
- python manage.py migrate
- python manage.py runserver