.Net Core starter project for clean architectures and microservices showcasing use of the CQRS pattern, MediatR and custom middleware for cross-cutting concerns, service communications with gRPC & ...
Keep in mind this repository is work in progress. The architecture shows that there is one public API (API gateway). This is accessible for the clients. This is done via HTTP request/response. The API ...