ses-rabbitmq-node

Description

Github project for the tutorial - How to set up an email service with RabbitMQ, AWS SES and PM2 on NodeJS.. It takes you on a step by step approach to creating your own email service.

Technology Requirements

The following technologies would need to be installed on your machine to run this Application

How to set up and run the application.

  • Clone the repo on your local machine
  • From your terminal navigate to project directory
  • Install PM2 by running npm install -g pm2
  • Install project dependencies by running npm install
  • Start project by running pm2 start ecosystem.config.js