It is Simple To-Do app based on Django Rest-API and React.js.
-
Pip3
-
Python3(3.8 and above)
-
Clone the project into your local machine.
-
Navigate to the directory.
-
Install dependencies for frontend(yarn install) and for backend(pipenv install)
To run the project:
-
Start backend server by command
python manage.py runserver
. -
Start frontend by command
yarn start
. -
See your app on 'localhost:3000'
-
React.js
-
Django
-
Python
Made with ❤️ By KUSH TRIVEDI