Betting system application based on Domain-Driven Design & Clean Architecture with ASP.NET Core
👦 Author - Kalin Tsenkov
Make sure you have already installed Docker Desktop.
You don't need to install Nginx or NPM, as both are provided by Docker images.
Then do:
git clone https://github.com/kalintsenkov/BettingSystem.git
cd BettingSystem\src
docker-compose up --build -d
Then go to http://localhost
- React
- .NET Core 6
- ASP.NET Core 6
- Entity Framework Core 6
- MediatR
- FluentValidation
- RabbitMQ
- MassTransit
- AutoMapper
- Hangfire
- Bogus
- Scrutor
- xUnit
- FakeItEasy
- FluentAssertions
This project is licensed under the MIT License - see the LICENSE file for details
Give a ⭐ if you like this project!