Skip to content

Latest commit

 

History

History
 
 

queuenode

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Background jobs in Node.js with Bull

🚀 Technologies

  • ⚡ Express — The web framework for Node.js
  • 🐮Bull — Premium Queue package for handling distributed jobs

✋🏻 Prerequisites

🔥 Installation and execution

  1. Clone this repository;
  2. Enter the cd queuenode folder;
  3. Run yarn to install dependencies;
  4. Copy the .env.example file and create a .env file with the email and Redis credentials;
  5. Run yarn dev to start the server.