https://github.com/rajaprerak/todo_webapp
Django ToDo WebApp. Integration of REST API
https://github.com/rajaprerak/todo_webapp
api bootstrap css django django-rest-framework heroku html python rest-api
Last synced: 6 months ago
JSON representation
Django ToDo WebApp. Integration of REST API
- Host: GitHub
- URL: https://github.com/rajaprerak/todo_webapp
- Owner: rajaprerak
- Created: 2020-06-04T11:49:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T06:08:39.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T20:14:12.744Z (6 months ago)
- Topics: api, bootstrap, css, django, django-rest-framework, heroku, html, python, rest-api
- Language: Python
- Homepage: https://todo-awesome-app.herokuapp.com/
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### TO-DO web app using Django
#### View deployed app
> https://todo-awesome-app.herokuapp.com/#### To run locally
> python manage.py runserver
#### Functionalities
- Add task
- Update task
- update the task
- mark task as complete
- Delete task
## To access API integration
> git checkout rest