Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CodelyTV/csharp-ddd-skeleton

🦈✨ C# DDD Skeleton: Bootstrap your new C# projects applying Hexagonal Architecture and Domain-Driven Design patterns
https://github.com/CodelyTV/csharp-ddd-skeleton

codely codelytv cqrs csharp ddd ddd-architecture ddd-cqrs ddd-example entity-framework example-project hexagonal-architecture netcore netcore3 netcore31 rabbitmq skeleton

Last synced: about 20 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

* [Java DDD Skeleton](https://github.com/CodelyTV/java-ddd-skeleton)
* [PHP DDD Skeleton](https://github.com/CodelyTV/php-ddd-skeleton)

## License

The MIT License (MIT). Please see [License File][link-license] for more information.

[link-license]: LICENSE
[link-readme]: README.md
[link-author]: https://github.com/CodelyTV
[link-contributors]: ../../contributors