Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 2.5 KB

README.md

File metadata and controls

54 lines (41 loc) · 2.5 KB

Queue of email in Node.js with Redis.

GitHub top language GitHub language count Codacy grade Repository size GitHub last commit Repository issues

Technology   |    Prerequisites   |    Getting started   |    License

🚀 Technology

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

☑️ Prerequisites

🆙 Getting started

  • Clone this repo
  • Enter the folder queueofemail
  • Run yarn or npm install to install the dependencies
  • Copy the .env.example file and create an .env file with email and Redis credentials
  • Run yarn start and yarn queue or npm start and npm run queue to start the full featured local server
  • Can you use Redis Docker image docker run --name redis -p 6379:6379 -d -t redis:alpine

📝 License

This project is under the MIT license. See the LICENSE for more information.


Made with 💙 by brunoleomont 👋 Get in touch!