AreViana / adopt-cats

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:TypeScript 94.1%Language:JavaScript 5.9%