mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2025-12-30 22:02:40 +00:00
225aed4d36373143556b5456ac0370ff3112cffb
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.
Description
Languages
TypeScript
96.3%
Dockerfile
3.4%
Shell
0.3%