This is To-Do Web application built using Django and Django REST Framework which works Asynchronously
- Creating Task
- Updating Task
- Deleting Task
- Task Completion Status
Clone the project
git clone https://github.com/Shivakumar1V/To-Do-App-using-DjangoInstall dependencies
pip install -r requirements.txtStart the server
python manage.py runserverIt will run the application on http://127.0.0.1:8000/
Now the application is ready to use
Open your browser and go to http://127.0.0.1:8000/




