Skip to content

MHekert/nestjs-microservices

Repository files navigation

Installation

$ yarn install
$ cp .env.example .env

Start container

$ yarn start:container

Stop container

$ yarn stop:container

Running the app

# development
$ yarn run start edge
$ yarn run start auth
$ yarn run start mailer
$ yarn run start sockets

# watch mode
$ yarn run start:dev edge
$ yarn run start:dev auth
$ yarn run start:dev mailer
$ yarn run start:dev sockets

# production mode
$ yarn run start:prod:edge
$ yarn run start:prod:auth
$ yarn run start:prod:mailer
$ yarn run start:prod:sockets

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Architecture schema

Architecture schema

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published