Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.32 KB

README.md

File metadata and controls

68 lines (49 loc) · 1.32 KB

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