Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matii96/users-service
Microservice for CQRS presentation purposes
https://github.com/matii96/users-service
Last synced: 14 days ago
JSON representation
Microservice for CQRS presentation purposes
- Host: GitHub
- URL: https://github.com/matii96/users-service
- Owner: Matii96
- License: mit
- Created: 2021-04-25T10:24:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T14:01:04.000Z (over 3 years ago)
- Last Synced: 2024-11-07T07:51:05.971Z (2 months ago)
- Language: TypeScript
- Size: 170 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
## Description
Example [Nest](https://github.com/nestjs/nest) project for [CQRS Article](https://medium.com/@matii96/cqrs-vs-classical-n-layer-application-1ecb74188d14).
## 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
Nest is [MIT licensed](LICENSE).