Skip to content

brunoleomont/queue-of-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published