Endpoints

Users

MethodPathDescription
GET/usersList all users
GET/users/:idGet user by ID
POST/usersCreate a user
PATCH/users/:idUpdate a user
DELETE/users/:idDelete a user

Projects

MethodPathDescription
GET/projectsList all projects
GET/projects/:idGet project by ID
POST/projectsCreate a project