Create a NestJS application to set up Bull queues to process backend jobs
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
$ docker exec -it api /bin/sh
$ docker exec -it redis /bin/sh
In docker container, type redis-cli and verify output is
127.0.0.1:6379>