/adopt-cats

Cat CRUD; example to highlight the use of pipes, guards, interceptors and filters in NestJs

Primary LanguageTypeScript

Commands used for this project

alt text

Description

Adopt-Cat App CRUD; example to highlight the use of pipes, guards, interceptors and filters in NestJs

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# test coverage
$ yarn test:cov

License

Nest is MIT licensed.