/sendmail-bullqueue

A minimal server that send emails using BullQueue and Redis with TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

SendMail BullQueue + TypeScript

A minimal server that send emails using BullQueue and Redis

Technologies   |    How To Use   

🚀 Technologies

In the project developed with Node.js and TypeScript, it is possible send email from someone.

ℹ️ How To Use

For use, you need clone and run this steps from your command line:

NOTE: Before, You need rename the .env-example for .env and put your configs.

# Clone this repository
$ git clone https://github.com/luisotavio756/sendmail-bullqueue.git

# Go into the repository
$ cd sendmail-bullqueue

# Install packages
$ yarn install or npm install

# Start queue
$ yarn dev:queue or npm run dev:queue

# Run start and enjoy
$ yarn dev:server or npm run dev:server

Made with ♥ by Luis Otávio 🚀