Skip to content

An ecommerce / shopping cart application using Django, DRF and ...

Notifications You must be signed in to change notification settings

amirkeyhani/ecommerce_shopping_cart-app

Repository files navigation

E-Commerce Website with Django + React & Redux

How to Run

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

Project Features

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