Skip to content

janapc/QueueNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QueueNode

Last commit License Language count Language top Language top


This project is an example of how to create a queue using Redis DB and bull queue and monitor the processes. All this using a queue dynamic and scalable.

Environment variables   |    Installations   |    Technologies   |    License


🔑 environment variables:

Create a file .env with these configurations:

  • MAIL_HOST = the host of send mail
  • MAIL_PORT = the port of send mail
  • MAIL_AUTH_USER = the user of send mail
  • MAIL_AUTH_PASS = the password of send mail
  • REDIS_HOST = the host of redisDB
  • REDIS_PORT = the port of redisDB

⬇️ Installations:

To installations dependencies, follow the steps below:

  yarn or npm i

To initiate the application, run an of commands the below:

  yarn dev or npm run dev // run two scripts of package.json
  yarn dev:server or npm run dev:server // run only the server
  yarn dev:queue or npm run dev:queue // run only the queue

📁 Technologies

This project contains those technologies:


📄 License

This project is MIT licensed, as found in the LICENSE file.



Made by Janapc 🤘 Get in touch!

Releases

No releases published

Packages

No packages published