Skip to content

antonpegov/audit-api

Repository files navigation

Description

API built with NestJS framework using microservices.

Installation

$ npm i -g @nestjs/cli
$ yarn

Running all microservices in docker

./run.sh
# api documentation will be generated at http://localhost:8080

Running particular app locally

# Example: nest run users
$ nest run <appName>

## Test

```bash
# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

License

MIT licensed