Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 531 Bytes

README.md

File metadata and controls

45 lines (26 loc) · 531 Bytes

complex task api

This project contains various apis that can enable a signed in user to create, read, update, and delete users tasks.

# Routes

GET  /users

GET /users/me

GET /users/:id/avatar

POST /users/login

POST /users/logout

POST /users/logouAll

POST /users/me/avatar

PATCH /users/me

DELETE /users/me

DELETE /users/me/avatar

Usage

# Install dependency
yarn install

# Run in development
npm run dev
yarn run dev

# Run test
npm run test

contribution to this project is highly welcomed :)