Skip to content
/ tot Public

TOT is a open-source project write in .Net Core 3x

License

Notifications You must be signed in to change notification settings

jcmdsbr/tot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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