Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/CodelyTV/csharp-ddd-skeleton
- Owner: CodelyTV
- Created: 2019-09-25T09:19:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T02:44:01.000Z (5 months ago)
- Last Synced: 2024-08-02T09:26:06.011Z (3 months ago)
- Topics: codely, codelytv, cqrs, csharp, ddd, ddd-architecture, ddd-cqrs, ddd-example, entity-framework, example-project, hexagonal-architecture, netcore, netcore3, netcore31, rabbitmq, skeleton
- Language: C#
- Homepage:
- Size: 310 KB
- Stars: 162
- Watchers: 10
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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