/nestjs-practice

learning nestjs

Primary LanguageTypeScript

My personal NestJS practice roadmap

++ get and post requests
++ get requests by route params
++ get requests by query params
++ built in validation pipes
++ providers
++ Middlewares
++ Custom Pipes
++ Guards

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

License

Nest is MIT licensed.