Technology | Prerequisites | Getting started | License
- Express — A web framework for Node.js
- Bull — Premium Queue package for handling distributed jobs
- Clone this repo
- Enter the folder
queueofemail
- Run
yarn
ornpm install
to install the dependencies - Copy the
.env.example
file and create an.env
file with email and Redis credentials - Run
yarn start
andyarn queue
ornpm start
andnpm 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
This project is under the MIT license. See the LICENSE for more information.
Made with 💙 by brunoleomont 👋 Get in touch!