Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.15 KB

Attention!

The scenario implemented in this project is only for simplicity in understanding for
beginners and to show the functionality of the clean architecture and the methodologies(Cqrs,DDD) used.

suggestion : If you have an acceptable level in object orientation and the principles and rules of coding, for a better experience and learning, apart from articles and materials related to architecture read the architecture reference book by Robert C. Martin as soon as possible.

Used Tecnologies :

🟣.Net 8

🟣Asp.net Core 8

🟣Ef Core 8

🟣Minimal/Rest-ful Apis

🟣Argon Password hashing

🟣Jwt Auth (All token creation and presentation logic is developed in the project itself and does not depend on a specific library such as aspnetcore identity)


Used Patterns & methodologies :

CleanArchitecture

DomainDrivenDesign(DomainModels|ValueObjects)

CommandQueryResposibilitySegregation


Architecture Preview

image