Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taranjeet/todo-app-backend
Django based backend for todo application
https://github.com/taranjeet/todo-app-backend
django django-rest-framework
Last synced: 19 days ago
JSON representation
Django based backend for todo application
- Host: GitHub
- URL: https://github.com/taranjeet/todo-app-backend
- Owner: taranjeet
- License: mit
- Created: 2018-07-02T11:42:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T18:13:29.000Z (over 6 years ago)
- Last Synced: 2024-11-10T06:22:42.475Z (3 months ago)
- Topics: django, django-rest-framework
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-app-backend
Django based backend for todo application## Details
### Simple
A Todo mode which only contains the text and creation date(populated automatically at db level)
#### Apis
* GET [simple](http://localhost:8003/simple/) - list all todos
* POST [simple](http://localhost:8003/simple/) - create a todo
* GET [simple](http://localhost:8003/simple/) - list a particular todo
* PUT [simple](http://localhost:8003/simple/) - update a particular todo
* DELETE [simple](http://localhost:8003/simple/) - delete a particular todo