Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 211 Bytes

File metadata and controls

22 lines (15 loc) · 211 Bytes

Description

Users microservice

Running the app

# docker
$ docker-compose up

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov