Building a Todo App in Django & React: https://scotch.io/tutorials/build-a-to-do-application-using-django-and-react
Run server:
python3 manage.py runserver
Note: This command has to be run in the
backend
directory in a virtual Pipenv shell (pipenv shell
)
Access: http://localhost:8000/admin
yarn start
Access: http://localhost:3000