Skip to content

horaczech/nestjs-microservices

Repository files navigation

NestJS microservices example app

Description

Start separate microservices with one NestJS app.

Installation

$ npm install

Running the app

# development
$ npm run start posts
$ npm run start users
$ npm run start

# watch mode
$ npm run start:dev posts
$ npm run start:dev users
$ npm run start:dev

# production mode
$ npm run start:prod posts
$ npm run start:prod users
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.

About

NestJS project with multiple microservices running

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published