Skip to content

eduardodiasm/background-jobs-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technologies used:

  1. NodeJS
  2. Express
  3. Redis
  4. Bull
  5. NodeMailer

To run the project, you should create a .env file at the source, with the following attributes:

MAIL_HOST = 'yourHost'
MAIL_PORT = 0000
MAIL_USER = 'user'
MAIL_PASS = 'password'

REDIS_HOST = 'yourHost'
REDIS_PORT = 6379

I also applied the bull-board middleware on the server:

GET - /admin/queues

About

Email sender using background jobs with Redis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published