Skip to content

Django Rest Framework + React 🙋‍♂️Todo 项目

Notifications You must be signed in to change notification settings

devmad119/django-todo-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-todo-react

my first django + react project run command by following Order
-In frontend directory
$npm install
$npm start
-In backend directory
$pipenv shell
$py manage.py createsuperuser
$py manage.py runserver