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

https://github.com/serenasensini/node.js-todolist


https://github.com/serenasensini/node.js-todolist

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Express.js API example

The `api` uri preceed **all** API endpoints and the following endpoints are currently available

* GET `/api/tasks` - get all the tasks
* POST `/api/tasks` - insert a brand new task
* GET `/api/tasks/:id` - get a specific task
* PUT `/api/tasks/:id` - update a specific task
* DELETE `/api/tasks/:id` - delete a specific task

Usage
-------------------
`$ node index.js`