Mobicoop V3 user service
Go to file
Gsk54 225aed4d36 initial commit 2022-12-13 13:39:06 +01:00
src initial commit 2022-12-13 13:39:06 +01:00
.editorconfig initial commit 2022-12-13 13:39:06 +01:00
.eslintrc.js initial commit 2022-12-13 13:39:06 +01:00
.gitignore initial commit 2022-12-13 13:39:06 +01:00
.prettierrc initial commit 2022-12-13 13:39:06 +01:00
LICENSE initial commit 2022-12-13 13:39:06 +01:00
README.md initial commit 2022-12-13 13:39:06 +01:00
jest-e2e.json initial commit 2022-12-13 13:39:06 +01:00
nest-cli.json initial commit 2022-12-13 13:39:06 +01:00
package-lock.json initial commit 2022-12-13 13:39:06 +01:00
package.json initial commit 2022-12-13 13:39:06 +01:00
tsconfig.build.json initial commit 2022-12-13 13:39:06 +01:00
tsconfig.json initial commit 2022-12-13 13:39:06 +01:00

README.md

Mobicoop V3 - Auth Service

Mobicoop V3 - Authentication (AuthN) & authorization (AuthZ) service.

Installation

$ npm install

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

Mobicoop V3 - Auth Service is AGPL licensed.