Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturwincenciak/confab
Playground for Clean Architecture, Modular monolith, CQRS and .NET 5, EF Core, PostgreSQL, Docker
https://github.com/arturwincenciak/confab
asp-net-core clean clean-architecture cqrs docker docker-compose entity-framework-core modular-monolith postgresql postrgresql
Last synced: 4 months ago
JSON representation
Playground for Clean Architecture, Modular monolith, CQRS and .NET 5, EF Core, PostgreSQL, Docker
- Host: GitHub
- URL: https://github.com/arturwincenciak/confab
- Owner: ArturWincenciak
- License: mit
- Created: 2021-12-10T15:32:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T18:29:15.000Z (10 months ago)
- Last Synced: 2024-04-02T19:39:52.161Z (10 months ago)
- Topics: asp-net-core, clean, clean-architecture, cqrs, docker, docker-compose, entity-framework-core, modular-monolith, postgresql, postrgresql
- Language: C#
- Homepage:
- Size: 723 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Confab
* Clean Architecture
* Modular monolith
* loose coupling between many modules
* cohesion in each small module
* rich Domain-Driven Design
* including simple CRUD approach
* CQRS
* .NET 5, EF Core, PostgreSQL, Docker## DevMentors
### Modularny Monolit
Rewritten based on:
- https://devmentors.io/courses/modularny-monolit
- https://github.com/devmentors/Confab![Confab overview](https://raw.githubusercontent.com/devmentors/Confab/master/assets/confab_overview.png)