In this project, a microservice application consisting of the following simple services was implemented.
The aim of the project is to implement real-life MicroServices concepts with examples, rather than implementing an end-to-end Microservices application with frontend and backend. For an end-to-end microservices application, you can check out my Udemy Clone repo!
- .Net Core 6
- DB --> SQL Server and In Memory Db
- Docker
- Kubernetes
- Async Messaging --> RabbitMQ
- Sync Messaging --> gRPC
Disclaimer : This project was implemented by using the microservices course that Les Jackson published on Youtube.

