Skip to content

E-Commerce - Frontend (React+Redux+Router) / Backend (Django+Rest+SimpleJWT)

Notifications You must be signed in to change notification settings

NakkaGS/React_Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React_Django

ECommerce in React+Redux+Django+Rest_framework_simplejwt

React+Django Project

Project from Dennis Ivy - Udemy Page
  • 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 delivered option
  • Checkout process (shipping, payment method, etc)
  • PayPal / credit card integration

Things that are used:

npm install axios
pip install pillow
pip install djangorestframework
pip install django-cors-headers

To test (to myself)

Go to the Virtual Enviroment

myenv\Scripts\activate

Go to the backend Folder

In CMD, execute

python manage.py runserver

Go to the frontend Folder

In CMD, execute

npm start

How to execute the project from zero (stolen from Bruno Fuentes XD)

  1. Clone this repository locally
  2. Install all necessary packages, execute:
npm install
  1. To run the project (development mode), execute:
npm start

About

E-Commerce - Frontend (React+Redux+Router) / Backend (Django+Rest+SimpleJWT)

Topics

Resources

Stars

Watchers

Forks