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

https://github.com/robsmitha/operations


https://github.com/robsmitha/operations

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Operations Software Solution

## Summary
The Operations Software Solution implements a [Domain Driven Design (DDD)](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/ddd-oriented-microservice) pattern to help solve enterprise level problems.

### Data/Infrastructure Layer
**Summary:** Uses Entity Framework Core to implement the [Repository design pattern](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/infrastructure-persistence-layer-design) and persist data.
* Repositories
* Data Migrations

### Domain Model Layer
**Summary:** Responsible for representing concepts of the business, information about the business situation, and business rules.
* Entities
* Models

### Application Layer
**Summary:** Application level logic for complex business scenarios.
* API
* Business Logic Layer

### Presentation Layer
**Summary:** Front end applications the user interacts with to delegate collaborations of domain objects to the Domain Layer.
* Store

[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png)](http://creativecommons.org/licenses/by/4.0/)
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).