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
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
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
This project contains those technologies:
This project is MIT licensed, as found in the LICENSE file.
Made by Janapc 🤘 Get in touch!