user/README.md

40 lines
426 B
Markdown

# Mobicoop V3 - User Service
Mobicoop V3 - User service.
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```
## License
Mobicoop V3 - User Service is [AGPL licensed](LICENSE).