This is a simple e-commerce website built with Django. It has the following features:
- User registration and login
- Product details
- Add to cart
- Checkout
- Payment
- Order history
- Admin dashboard
- Clone the repository
- Create a virtual environment
- Install the dependencies
- Run the server
git clone
cd ecommerce
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py runserver
This project is licensed under the MIT License - see the LICENSE file for details.