Personalized architecture of onion architecture using cqrs pattern and repository pattern.
To run this project 👇
1- Download or Clone the project.
2- Set WebAPI as startup project.
3- Open Package Manager Console and set Persistence as default project.
4- Run `update-database` command in Package Manager Console.
5- Finally run the WebAPI project.
- .NET6
- Onion Architecture
- Behavior Driven Development
- CQRS Pattern
- Entity Framework Core
- Microsoft SQL Server
- Repository Pattern
- Jwt Authentication
- Mediatr
- Automapper
- FluentValidation