[How to set up an email service with RabbitMQ, AWS SES on NodeJS.]. It takes you on a step by step approach to creating your own email service.
The following technologies would need to be installed on your machine to run this Application
- Clone the repo on your local machine
- From your terminal navigate to project directory
- Install project dependencies by running
npm install
- Add Required AWS and AMQP String and key in .env file. For more detail: check .env.example
- Start project by running
npm start