Skip to content

railsstudent/nestjs-health-terminus

Repository files navigation

Nest Logo

Description

Create a NestJS application to set up Bull queues to process backend jobs

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

Verify api in docker

$ docker exec -it api /bin/sh

Verify redis in docker

$ docker exec -it redis /bin/sh

In docker container, type redis-cli and verify output is
127.0.0.1:6379>

About

Demonstrate how how to use terminus to test the health of bull queue

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published