A ToDo API made with Nest and MySQL deployed to API page.
pnpm install
# development
pnpm run start
# watch mode
pnpm run start:dev
# production mode
pnpm run start:prod
-
GET tasks/:username
-
POST tasks/:username/add
-
GET, PATCH, DELETE tasks/:username/:id
-
GET users/register
-
GET users/account/:username
-
PATCH users/update/:username
-
POST auth/login { "email": "email", "password": "password" }