/eshop-backend

Eshop backend with django | Complete React coruse final Assignment

Primary LanguageJavaScript

EShop Ecommerce Website With Django

This project is from my Django collaboration.

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 for the backend

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

Install frontend modules