Skip to content

Files

Latest commit

 

History

History
22 lines (14 loc) · 665 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 665 Bytes

TOT is a open-source project written in .NET Core 😎

  • The goal of this project is implement the most common used technologies.

Give a Star! ⭐

If you liked the project, please give a star ;)

You need some of the fallowing tools ❗

  • Visual Studio 2019 or Visual Studio Code
  • .Net Core 3.1

CQRS ✔️

Segregation between Commands and Queries, with isolated databases and different models

Clean Architecture ✔️

  • Respecting policy rules, with dependencies always pointing inward
  • Separation of technology details from the rest of the system
  • SOLID
  • Single responsibility of each layer