Pedro-Tome-Medeiros / todo-api

RESTful API for TODO application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO App - REST API Documentation

RESTful API - TODO application.

End-Points

Method End-Point Description
GET /todo List all todos
POST /todo Create a new todo
GET /todo/:id Fetch a specific todo
PUT /todo/:id Edit existing todo
PATCH /todo/:id/completed Mark an existing todo as complete
PATCH /todo/:id/not-completed Mark an existing todo as not complete
DELETE /todo/:id Delete existing todo

About

RESTful API for TODO application


Languages

Language:JavaScript 98.2%Language:Dockerfile 1.8%