https://github.com/monbsoft/cocherbusiness
Cocher Business is an open-source .NET enterprise management system (ERP) based on microservices architecture.
https://github.com/monbsoft/cocherbusiness
business cocher-business ddd ddd-architecture dotnet erp microservices microservices-architecture net-microservices
Last synced: about 2 months ago
JSON representation
Cocher Business is an open-source .NET enterprise management system (ERP) based on microservices architecture.
- Host: GitHub
- URL: https://github.com/monbsoft/cocherbusiness
- Owner: Monbsoft
- Created: 2020-12-20T16:47:08.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-06T12:51:53.000Z (over 1 year ago)
- Last Synced: 2025-02-09T18:19:30.209Z (3 months ago)
- Topics: business, cocher-business, ddd, ddd-architecture, dotnet, erp, microservices, microservices-architecture, net-microservices
- Homepage:
- Size: 214 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CocherBusiness
Cocher Business is an open-source .NET enterprise management system based on microservices architecture. It is heavily inspired by the [.NET Microservices: Architecture for Containerized .NET Applications](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/) book, as well as its companion reference application [eShopOnContainers](https://github.com/dotnet-architecture/eShopOnContainers).## Credit
- [[.NET Microservices: Architecture for Containerized .NET Applications](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/)],
- [[dotnet-architecture / eShopOnContainers](https://github.com/dotnet-architecture/eShopOnContainers)], Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET Core 3.1, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
- Jason Taylor, [[jasontaylordev / CleanArchitecture](https://github.com/jasontaylordev/CleanArchitecture)], Clean Architecture Solution Template for Angular 10 and .NET 5.