This is a Demo Ecommerce Website Project
where user can view product and place a virtual order wrt to the price and delivery option.
In this Web Application, anyone can buy any product present in the store,
add it to their cart
User who are not currently logged in can still save their cart.
- Python web framework -- Django
- Python Imaging Library -- Pillow
- Custom Admin dashboard
- Shopping Cart
- Order Management
- Responsive, mobile-friendly design
- Much more...
1.clone Repository & Install Packages
pip install -r requirements.txt
2.Setup Virtualenv
virtualenv env
source env/bin/activate
3.Migrate & Start Server
python manage.py makemigrations
python manage.py migrate
python manage.py runserver