https://github.com/jcmdsbr/tot
TOT is a open-source project write in .Net Core 3x
https://github.com/jcmdsbr/tot
aspnet-core aws aws-codebuild aws-codepipeline cqrs ef-core mediator netcore unit-test
Last synced: about 2 months ago
JSON representation
TOT is a open-source project write in .Net Core 3x
- Host: GitHub
- URL: https://github.com/jcmdsbr/tot
- Owner: jcmdsbr
- License: mit
- Created: 2019-01-17T11:30:54.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T01:50:01.000Z (about 2 years ago)
- Last Synced: 2025-01-27T07:30:02.167Z (4 months ago)
- Topics: aspnet-core, aws, aws-codebuild, aws-codepipeline, cqrs, ef-core, mediator, netcore, unit-test
- Language: C#
- Homepage:
- Size: 225 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TOT is a open-source project written in .NET Core :sunglasses:
* The goal of this project is implement the most common used technologies.
## Give a Star! :star:
If you liked the project, please give a star ;)## You need some of the fallowing tools :exclamation:
- Visual Studio 2019 or Visual Studio Code
- .Net Core 3.1## CQRS :heavy_check_mark:
Segregation between Commands and Queries, with isolated databases and different models
## Clean Architecture :heavy_check_mark:
- Respecting policy rules, with dependencies always pointing inward
- Separation of technology details from the rest of the system
- SOLID
- Single responsibility of each layer