A simple e-commerce platform built with Django, where users can browse products, add them to their cart, and place orders.
- User authentication (Sign up, Login, Logout)
- Product listing & search
- Add to cart & checkout
- Order management
- Admin dashboard
- Responsive design
- Secure payments (if integrated)
- Clone the repository:
git clone <repo-url> cd MyProject python manage.py runserver