API built with NestJS framework using microservices.
$ npm i -g @nestjs/cli
$ yarn
./run.sh
# api documentation will be generated at http://localhost:8080
# Example: nest run users
$ nest run <appName>
## Test
```bash
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov