Background jobs in Node.js with Bull 🚀 Technologies ⚡ Express — The web framework for Node.js 🐮Bull — Premium Queue package for handling distributed jobs ✋🏻 Prerequisites Node.js Yarn 🔥 Installation and execution Clone this repository; Enter the cd queuenode folder; Run yarn to install dependencies; Copy the .env.example file and create a .env file with the email and Redis credentials; Run yarn dev to start the server.