2022-12-13 14:27:28 +00:00
|
|
|
# Mobicoop V3 - User Service
|
2022-12-13 12:31:25 +00:00
|
|
|
|
2022-12-13 14:27:28 +00:00
|
|
|
Mobicoop V3 - User service.
|
2022-12-13 12:31:25 +00:00
|
|
|
|
2022-12-13 12:39:06 +00:00
|
|
|
## Installation
|
2022-12-13 12:31:25 +00:00
|
|
|
|
2022-12-13 12:39:06 +00:00
|
|
|
```bash
|
|
|
|
$ npm install
|
2022-12-13 12:31:25 +00:00
|
|
|
```
|
|
|
|
|
2022-12-13 12:39:06 +00:00
|
|
|
## Running the app
|
2022-12-13 12:31:25 +00:00
|
|
|
|
2022-12-13 12:39:06 +00:00
|
|
|
```bash
|
|
|
|
# development
|
|
|
|
$ npm run start
|
2022-12-13 12:31:25 +00:00
|
|
|
|
2022-12-13 12:39:06 +00:00
|
|
|
# watch mode
|
|
|
|
$ npm run start:dev
|
2022-12-13 12:31:25 +00:00
|
|
|
|
2022-12-13 12:39:06 +00:00
|
|
|
# production mode
|
|
|
|
$ npm run start:prod
|
|
|
|
```
|
2022-12-13 12:31:25 +00:00
|
|
|
|
2022-12-13 12:39:06 +00:00
|
|
|
## Test
|
2022-12-13 12:31:25 +00:00
|
|
|
|
2022-12-13 12:39:06 +00:00
|
|
|
```bash
|
|
|
|
# unit tests
|
|
|
|
$ npm run test
|
2022-12-13 12:31:25 +00:00
|
|
|
|
2022-12-13 12:39:06 +00:00
|
|
|
# e2e tests
|
|
|
|
$ npm run test:e2e
|
2022-12-13 12:31:25 +00:00
|
|
|
|
2022-12-13 12:39:06 +00:00
|
|
|
# test coverage
|
|
|
|
$ npm run test:cov
|
|
|
|
```
|
2022-12-13 12:31:25 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
2022-12-13 14:27:28 +00:00
|
|
|
Mobicoop V3 - User Service is [AGPL licensed](LICENSE).
|