To start local environment run yarn dev
or npm run dev
- method:
POST
- body:
{
"name": "John Doe",
"email": "example@mail.com",
"password": "Password123"
}
- method:
POST
- body:
{
"email": "example@mail.com",
"password": "Password123"
}
- method:
POST
- Content-Type:
application/json
- Authorization:
Bearer token
- body:
{
"authorId": "0b2e0cc3-7e44-45e7-be98-8bc7a806bc98",
"title": "tester 2",
"description": "gatauuu",
"deadline": "2008-01-01T00:00:00.000Z"
}
- method:
POST
- Content-Type:
application/json
- Authorization:
Bearer token
- body:
{
"authorId": "0b2e0cc3-7e44-45e7-be98-8bc7a806bc98",
"title": "tester 2",
"description": "gatauuu",
"deadline": "2008-01-01T00:00:00.000Z"
}
- method:
GET
- method:
GET
- method:
DELETE
- parameter is todo's ID