1 Clone This Repo
2 cd backend
3 python -m venv env
4 .\env\Scripts\activate
5 pip install -r requirements.txt
6 python manage.py runserver
A completely customized eCommerce / shopping cart application using Django, REACT and REDUX with the following functionality:
- Full featured shopping cart
- Product reviews and Ratings
- Top products carousel
- Product pagination
- Product search feature
- User profile with orders
- Admin product management
- Admin user management
- Admin Order details page
- Mark orders as a delivered option
- Checkout process (shipping, payment method, etc)
- PayPal / credit card integration