REPOSITORY OVERVIEWLive repository statistics
★ 58Stars
⑂ 17Forks
◯ 0Open issues
◉ 58Watchers
71/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
100 Community adoption25% weight
34 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Email Microservice
Uber Backend Challenge

This project is an API built using Java, Java Spring, AWS Simple Email Service.
The Microservice was developed for my Youtube Channel, to demonstrate how to solve the Uber Backend Challenge.
Table of Contents
Installation
- Clone the repository:
git clone https://github.com/Fernanda-Kipper/desafio-backend-uber.git
-
Install dependencies with Maven
-
Update application.properties puting your AWS Credentials
aws.region=us-east-1
aws.accessKeyId=1111111
aws.secretKey=111111
Usage
- Start the application with Maven
- The API will be accessible at http://localhost:8080
API Endpoints
The API provides the following endpoints:
GET EMAIL
POST /api/email/send - Send a e-mail from your sender to the destination
BODY
{
"to": "liveskipperdev@gmail.com",
"subject": "teste",
"body": "teste"
}
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request to the repository.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Microserviço de envio de e-mails desenvolvido em Java Spring com AWS SES, criado como solução do desafio da Uber a fim de aprender arquitetura de microserviços, comunicação assíncrona e integração com serviços cloud. Permite enviar e-mails de forma simples, rápida e segura por meio de uma API REST.
55/100 healthRecently updatedActive repository
JavaNo license
⑂ 0 forks◯ 0 issuesUpdated 28 days ago
Solução do desafio de backend da Uber
38/100 healthActive repository
JavaNo license#aws-ses#java#java-spring#microservice
⑂ 0 forks◯ 0 issuesUpdated Jul 29, 2025