Microservices are small simple independent API's that have one main task.
The purpose of this project is to programatically send emails when a request comes in.
This microservice can either send plain text or a HTML template.
An API Key is required to send emails. It will NOT be shared since it is for my personal use only.
This project was built using the ASP.NET Core Web API template.
This project is deployed thanks to Docker containers.
The following technologies were required to complete this project
- Visual Studio
- C#
- NuGet
- ASP.NET
- MVC