Skip to content

zinmyoswe/React-and-Django-Ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django React Ecommerce

Backend development workflow

virtualenv env

For Mac/ Linux

source env/bin/activate

For Window

env\scripts\activate

pip install -r requirements.txt

python manage.py makemigrations

python manage.py migrate

python manage.py createsuperuser for test login

python manage.py runserver

Frontend development workflow

npm i
npm run start

For deploying

npm run build