/eshop

Feature rich ecommerce app deveoped with react and django

Primary LanguageJavaScript

ecommerce-app

Feature rich ecommerce app deveoped with react and django .

demo demo

Getting Started

#Backend

#Backend (Django )

  1. Install dependencies

    pip install requirenment.txt
    
  2. Fire up the server

    python3 manager.py runserver

#React

  1. Install dependencies

    yarn
  2. Fire up the server

     npm start