AllPlay is a project to test and expand my knowleadge in terms of: software design, clean architecture and clean code.
It's an ASP.NET Web Api project written in .NET 6
Project is created with:
- .NET 6
- Enitity Framework Core 7
- Microsoft Sql Server
- Mapster
Concepts that i'm trying to apply respectfully:
- Clean Architecture
- SOLID principles
- Clean code
- CQRS
- Dependency injection
This project is inspired by knowleadge shared by @DevMentors and @AmichaiMantinband