A fully-featured, customizable, and responsive e-commerce web application built using Django. This project includes features for user authentication, product catalog, cart, checkout process, and an admin panel
Features: -User authentication and registration -Product catalog with categories and filters -Shopping cart -Admin dashboard -Responsive design for mobile and desktop
Technologies: -Python -Django -HTML/CSS (Bootstrap) -JavaScript (jQuery)
How to Run: 1-Clone the repository: git clone https://github.com/your-repo-name 2-Install dependencies: pip install -r requirements.txt 3-Migrate the database: python manage.py migrate 4-Run the development server: python manage.py runserver 5-Access the site at localhost:8000