Skip to content

tuanitpro/nestjs-sagas-cqrs

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

.env

MYSQL_VERSION=8.0 MYSQL_DATABASE=demo-db MYSQL_USER=demo-db MYSQL_PASSWORD=demo-db MYSQL_ROOT_PASSWORD=root FORWARD_MYSQL_PORT=3306

FORWARD_RABBITMQ_PORT=5672 FORWARD_RABBITMQ_DASHBOARD_PORT=15672 RABBITMQ_SERVER=amqp://rabbitmq:5672 RABBITMQ_SERVICE_NAME=USERS_SERVICE RABBITMQ_SERVICE_QUEUE_NAME=USERS_SERVICE_QUEUE

DATABASE_URL="mysql://demo-db:demo-db@mysql:3306/demo-db"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published