Skip to content

Patrick564/notes-auth-nestjs

Repository files navigation

Todo NestJS App

A ToDo API made with Nest and MySQL deployed to API page.

Installation

pnpm install

Running the app

# development
pnpm run start

# watch mode
pnpm run start:dev

# production mode
pnpm run start:prod

Endpoints

  • 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" }

About

Todo app to learn and practice Nestjs deployed to railway.app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published