Adopt-Cat App CRUD; example to highlight the use of pipes, guards, interceptors and filters in NestJs
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# test coverage
$ yarn test:cov
Nest is MIT licensed.