- ASP.NET Core Web API application
- REST API principles, CRUD operations
- MongoDB database connection and containerization
- Repository Pattern Implementation
- Swagger Open API implementation
- ASP.NET Web API application
- REST API principles, CRUD operations
- Redis database connection and containerization
- Consume Discount Grpc Service for inter-service sync communication to calculate product final price
- Publish BasketCheckout Queue with using MassTransit and RabbitMQ
- ASP.NET Grpc Server application
- Build a Highly Performant inter-service gRPC Communication with Basket Microservice
- Exposing Grpc Services with creating Protobuf messages
- Using Dapper for micro-orm implementation to simplify data access and ensure high performance
- PostgreSQL database connection and containerization
- Sync inter-service gRPC Communication
- Async Microservices Communication with RabbitMQ Message-Broker Service
- Using RabbitMQ Publish/Subscribe Topic Exchange Model
- Using MassTransit for abstraction over RabbitMQ Message-Broker system
- Publishing BasketCheckout event queue from Basket microservices and Subscribing this event from Ordering microservices
- Create RabbitMQ EventBus.Messages library and add references Microservices
- Implementing DDD, CQRS, and Clean Architecture with using Best Practices
- Developing CQRS with using MediatR, FluentValidation and AutoMapper packages
- Consuming RabbitMQ BasketCheckout event queue with using MassTransit-RabbitMQ Configuration
- SqlServer database connection and containerization
- Using Entity Framework Core ORM and auto migrate to SqlServer when application startup
- Implement API Gateways with Ocelot
- Sample microservices/containers to reroute through the API Gateways
- Run multiple different API Gateway/BFF container types
- The Gateway aggregation pattern in Shopping.Aggregator
- ASP.NET Core Web Application with Bootstrap 4 and Razor template
- Call Ocelot APIs with HttpClientFactory and Polly
- Containerization of microservices
- Containerization of databases
- Override Environment variables
-
You can launch microservices as below urls:
-
Catalog API -> http://host.docker.internal:8000/swagger/index.html
-
Basket API -> http://host.docker.internal:8001/swagger/index.html
-
Discount API -> http://host.docker.internal:8002/swagger/index.html
-
Ordering API -> http://host.docker.internal:8004/swagger/index.html
-
Shopping.Aggregator -> http://host.docker.internal:8005/swagger/index.html
-
API Gateway -> http://host.docker.internal:8010/Catalog
-
Rabbit Management Dashboard -> http://host.docker.internal:15672 -- guest/guest
-
Portainer -> http://host.docker.internal:9000 -- admin/admin1234
-
pgAdmin PostgreSQL -> http://host.docker.internal:5050 -- [email protected]/admin1234
-
Web UI -> http://host.docker.internal:8006