Skip to content

appcompass/appcompass

Repository files navigation

AppCompass Users Service

Maintainability Code Quality and Tests

Description

AppCompass Monorepo for all of our Open Source services and libraries.

First Time Setup

For Local Development

TODO: Update docs

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

This AppCompass Repository is MIT licensed.