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:covNest is MIT licensed.
