Skip to content

chrblsm/proshop_django

 
 

Repository files navigation

PropShop Ecommerce Website With Django + React

Live Demo can be viewed at https://www.buildproshop.com/

This project is from my Django + React collaboration wih Brad Traversy. Full Course: https://www.udemy.com/course/django-with-react-an-ecommerce-website/?couponCode=387F19CD4087385E87C1

DEMO

Features

  • 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

Download & Setup Instructions

  • 1 - Clone project: git clone https://github.com/divanov11/proshop_django/
  • 2 - cd proshop_django
  • 3 - Create virtual environment: virtualenv myenv
  • 4 - myenv\scripts\activate
  • 5 - pip install -r requirements.txt
  • 6 - python manage.py runserver

Install react modules

  • 1 - cd frontend
  • 2 - npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.6%
  • CSS 27.0%
  • Python 10.2%
  • HTML 1.2%