Create Todo
API Endpoints
GET
/todos
List all todos
GET
/todos/:id
Get single todo
POST
/todos
Create new todo
PUT
/todos/:id
Update todo
DELETE
/todos/:id
Delete todo
Your Todos
Loading todos...