Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T06:08:39.000Z (about 2 years ago)
- Last Synced: 2024-11-06T06:47:55.205Z (3 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: 3
- 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