Create todo app with Django and React.
- Django 4
- React Js
- Python 3
git clone https://github.com/dori-dev/django-todo-react.git
cd django-todo-react
pip install pipenv
pipenv shell
pipenv install
cd frontend
npm install
npm audit
cd ..
cd backend
python manage.py makemigrations todo
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
open new terminal in frontend
directory and run this command.
npm start
App Page localhost:3000
Django Admin Page 127.0.0.1:8000/admin
Download Source Code: Click Here
My Github Account: Click Here