Home
Softono

React And Django Ecommerce

Open source Python
81
Stars
26
Forks
8
Issues
4
Watchers
2 years
Last Commit

 About React And Django Ecommerce

Ecommerce website built with React Redux, Python, and Django

Platforms

Web Self-hosted iOS

Languages

Python

Links

Need Help Installing React And Django Ecommerce?

We provide expert installation service for this software. Our team will install, configure, and secure React And Django Ecommerce on your server. plans start at just $30.

React And Django Ecommerce

View on GitHub

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