KristiyanEnchev / MessagingMicroservices

This repository hosts a suite of .NET 8 Messaging Microservices designed using Clean Architecture principles and Domain-Driven Design (DDD). These microservices include specialized APIs for handling SMS, Email, OTP generation, and notifications, orchestrated through an API Gateway using Ocelot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MessagingMicroservices .NET 8

πŸ—οΈ Clean Architecture and Domain-Driven Desig

This project contains a suite of microservices designed for various messaging functionalities, including SMS, Email, OTP generation, and Notifications, orchestrated through an API Gateway using Ocelot. Each service is built using Clean Architecture principles and Domain-Driven Design to ensure scalability, maintainability, and adherence to business-driven models. Technologies such as Hangfire for background tasks, RabbitMQ for message brokering, SMTP for email dispatch, Twilio for SMS services, and SignalR for real-time web functionality are integrated to enhance service capabilities.

πŸ›  Configuration

To utilize the Email and SMS services, specific settings must be configured in the appsettings.json file of each respective service. These settings are currently commented out and include:

  • Email Service: SMTP server details, authentication credentials.
  • SMS Service: Twilio API credentials and configuration settings.

Uncomment and update these sections with your specific details to activate the services.

πŸ‘€ Try it out

Ensure the .NET 8.0 SDK and Docker Desktop are installed on your machine. Then execute:

git clone https://github.com/KristiyanEnchev/MessagingMicroservices.git
cd MessagingMicroservices/
docker-compose up --build -d

πŸ–₯ Dashboard Links

Access real-time operational data through the following dashboards:

πŸ‘· Built with

πŸ“Έ Flow Diagram

Architectural Diagram

✏️ License

This project is licensed under the MIT License - see the LICENSE file for details

πŸ‘¨β€πŸš€ Show your support

Give a ⭐ if you like this project!

πŸ§β€β™‚οΈοΈ Author

Facebook Instagram Gmail

About

This repository hosts a suite of .NET 8 Messaging Microservices designed using Clean Architecture principles and Domain-Driven Design (DDD). These microservices include specialized APIs for handling SMS, Email, OTP generation, and notifications, orchestrated through an API Gateway using Ocelot.


Languages

Language:C# 91.4%Language:HTML 6.4%Language:Dockerfile 2.1%