https://github.com/robsmitha/operations
https://github.com/robsmitha/operations
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robsmitha/operations
- Owner: robsmitha
- Created: 2019-05-28T23:52:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:49:30.000Z (over 3 years ago)
- Last Synced: 2025-02-09T11:11:56.972Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 44.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
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
[](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/).