Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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