/tot

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

Primary LanguageC#MIT LicenseMIT

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