https://github.com/adshan/dotnet-notification-service
Notification service to send emails.
https://github.com/adshan/dotnet-notification-service
dotnet fluent-validation mediator-pattern microservice mongodb net5 rabbitmq smtp-sample
Last synced: 18 days ago
JSON representation
Notification service to send emails.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-notification-service
- Owner: AdsHan
- License: mit
- Created: 2021-07-23T16:20:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T20:26:14.000Z (almost 4 years ago)
- Last Synced: 2025-06-12T19:04:40.371Z (18 days ago)
- Topics: dotnet, fluent-validation, mediator-pattern, microservice, mongodb, net5, rabbitmq, smtp-sample
- Language: C#
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# core-notification-service
Aplicação .Net Core 5.0 Web API desenvolvida com o objetivo didático de demonstrar um serviço de notificação chamado por mensageria que envia email de boas-vindas. Quando um usuário for criado será enviado o email de boas-vindas.# Este projeto contém:
- Arquitetura Microsserviços;
- RabbitMQ como messaging broker;
- MongoDB fornecendo o template de email;
- SMTP do Gmail para envio de email;
- Message Bus;
- Pattern CQRS com MediatR;
- Fluent Validation;
- Versionamento da API;
- Swagger/Swagger UI;# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
- Instalar o RabbitMQ local ou em container.
- Instalar o MongoDB local ou em container.
- Nas configurações da API, ajustar o PATH do XML do Swagger.# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).