PedroH183 / ServiceEmail

Email Microservice using AWS SES.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email Microservice

Java Spring Licence

PT-BR

Esse projeto é uma API criada utilizando Java,Java Spring e AWS Simple Email Service.
Foi desenvolvido para resolver o desafio do Uber Backend Challenge.

Esse projeto foi desenvolvido com base no video : Kipper Dev

EN-US

This project was created using Java, Java Spring, and AWS Simple Email Service.
The project addressed the issue described in the following link Uber Backend Challenge.

This project was developed with base on the video : Kipper Dev

Table of Contents

Installation

  1. Clone the repository:
git clone git@github.com:PedroH183/ServiceEmail.git
  1. Install dependencies with Maven

  2. Update application.properties puting your AWS Credentials

aws.region=us-east-1
aws.accessKeyId=1111111
aws.secretKey=111111

Usage

  1. Start the application with Maven
  2. The API will be accessible at http://localhost:8080

API Endpoints

The API provides the following endpoints:

GET EMAIL

POST /api/email - Send a e-mail from your sender to the destination

BODY

{
  "to" : "polast2014@gmail.com",
  "subject" : "teste",
  "body" : "testando ... testando ..."
}

About

Email Microservice using AWS SES.


Languages

Language:Java 100.0%