1 Clone This Repo by `git clone https://github.com/BrianMartin176743/ecommerce-django-react.git`
2 python -m venv env
3 .\env\Scripts\activate
4 pip install -r requirements.txt
5 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