This is the project starter repo for the course To Do App for Dennis, on Youtube channel, and modified by me.
In this project you can do the simple CRED with Django.
GET '/'
: This Will Get all the tasks you have created.POST'/'
: This the data and create a new Task.update '/<pk>'
: This will update the Task.delete'/<pk>
: This endpoint will dlelet the Task.
- Fork this project to your Github account.
- Locally clone your forked version to begin working on the project.
python manage.py test
python manage.py seed_db