Skip to content

E-Commerce Website Backend with Django Framework || Earlier backend was done with NodeJS

Notifications You must be signed in to change notification settings

sufykhan/onewithdjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Proshop Backend How to set up the environment!

~/django> pip install virtual virtualenv

~/django> virtualenv myenv

~/django> source myenv/scripts/activate (I am using bash if you are using cmd instead of “/” use “\”)

~/django> pip install django

~/django> django-admin startproject backend (In React we have “npx create-react-app myapp”)

~/django> cd backend

~/backend> python manage.py run server

About

E-Commerce Website Backend with Django Framework || Earlier backend was done with NodeJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages