Pony is sample .Net Core application based on DDD and CQRS that demonstrates basic features of ASP.NET Core in an API backend application.
In this application you can also find:
- Implemented Maze creation algorithm
- Web scrapping
- C#
- ASP.NET Core
- MongoDB
- FluentValidation
- DDD
- CQRS
Version supported:
- .NET Core 2.0
- 2.0 SDK Version
- Visual Studio 2017.3+ (.csproj)
- Clone repository
- Edit MongoDB connection string in appsettings.json if needed
cd <Base Solution Folder>
dotnet restore
cd .\src\Pony
dotnet run