https://github.com/apfirebolt/problog-django
A blog application in Django and React
https://github.com/apfirebolt/problog-django
Last synced: 2 months ago
JSON representation
A blog application in Django and React
- Host: GitHub
- URL: https://github.com/apfirebolt/problog-django
- Owner: Apfirebolt
- Created: 2022-05-08T06:19:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T01:55:42.000Z (about 4 years ago)
- Last Synced: 2026-01-01T21:51:15.835Z (6 months ago)
- Language: JavaScript
- Size: 890 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

# 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