An open API service indexing awesome lists of open source software.

https://github.com/sugrado/kodlama-io-devs

Personalized architecture of onion architecture using CQRS pattern and repository pattern.
https://github.com/sugrado/kodlama-io-devs

automapper behavior-driven-development cqrs entityframeworkcore fluentvalidation jwt-authentication mediatr mssql net6 onion-architecture repository-pattern restful-api serilog

Last synced: 2 months ago
JSON representation

Personalized architecture of onion architecture using CQRS pattern and repository pattern.

Awesome Lists containing this project

README

        

# nArchitecture - Kodlama.io.Devs
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**