Skip to content

jullic/express-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-todo

Endpoints

Auth

POST: /auth/login
POST: /auth/register

Todos

GET: /todos?page={number}&limit={number}&text={string}
POST: /todos
GET: /todos/:id
PATCH: /todos/:id
DELETE: /todos/:id