- Download repository from here.
- Please go to solution folder and type to cmd "docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d". This will create orchestrated container and start all needed services.
- Go to "localhost:9997" for the API gateway. At "localhost:9998" Repository Service will be running. At "localhost:9999" Report Service will be running.
- .NET 5
- Microservices Architecture
- Docker
- Redis
- Elasticsearch & Serilog
- RabbitMQ
- Postgres & EF Core w/ Code-First Approach
- CQRS Pattern
- FluentValidation
- AutoMapper
- Swagger
- NUnit & Moq (TBD)