Proof of concept microservice project based on https://github.com/dotnet-architecture/eShopOnContainers for learning purposes.
- Use of MongoDB instead of SQL and Redis for Basket service.
- Basic implemantation of Event Bus with RabbitMQ client library.
- Unit test done with XUnit and Moq frameworks.