csharp-ddd-skeleton icon indicating copy to clipboard operation
csharp-ddd-skeleton copied to clipboard

🦈✨ C# DDD Skeleton: Bootstrap your new C# projects applying Hexagonal Architecture and Domain-Driven Design patterns

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.

💡 Related repositories

License

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