GitPedia

Csharp ddd skeleton

๐Ÿฆˆโœจ C# DDD Skeleton: Bootstrap your new C# projects applying Hexagonal Architecture and Domain-Driven Design patterns

From CodelyTVยทUpdated May 19, 2026ยทView on GitHubยท

* Local using: * `dotnet run --project apps/Mooc/Backend/Backend.csproj` * Docker using: * `docker-compose up` The project is written primarily in C#, first published in 2019. Key topics include: codely, codelytv, cqrs, csharp, ddd.

Latest release: 0.15.0โ€” Add first subscriber use case
December 14, 2019View Changelog โ†’

C# DDD Bootstrap (base / project skeleton)

Starting the server

  • Local using:
    • dotnet run --project apps/Mooc/Backend/Backend.csproj
  • Docker using:
    • docker-compose up

And then going to http://localhost:8030/health-check to check all is ok.

License

The MIT License (MIT). Please see License File for more information.

Contributors

Showing top 3 contributors by commit count.

View all contributors on GitHub โ†’

This article is auto-generated from CodelyTV/csharp-ddd-skeleton via the GitHub API.Last fetched: 6/14/2026