https://github.com/serenasensini/node.js-todolist
https://github.com/serenasensini/node.js-todolist
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/serenasensini/node.js-todolist
- Owner: serenasensini
- Created: 2021-05-11T15:51:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T15:06:32.000Z (over 4 years ago)
- Last Synced: 2025-06-10T01:05:24.087Z (7 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`