C# DDD Bootstrap (base / project skeleton)

October 13, 2019 ยท View on GitHub

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

  • Java DDD Skeleton
  • PHP DDD Skeleton

License

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

Contents

  1. 1Starting the server
  2. 2๐Ÿ’ก Related repositories
  3. 3License