An example setup with Express, bull, docker-compose and Redis.
🛎 It is like a API that you can call from your app to execute background jobs
$ git clone https://github.com/PeterPimentel/background-jobs-node
$ cd background-jobs-node/
$ npm install
$ docker-compose up //Redis
$ npm run dev //API