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.
- Host: GitHub
- URL: https://github.com/sugrado/kodlama-io-devs
- Owner: sugrado
- License: mit
- Created: 2022-09-01T08:40:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T11:02:50.000Z (over 2 years ago)
- Last Synced: 2024-12-31T23:12:39.791Z (4 months ago)
- Topics: automapper, behavior-driven-development, cqrs, entityframeworkcore, fluentvalidation, jwt-authentication, mediatr, mssql, net6, onion-architecture, repository-pattern, restful-api, serilog
- Language: C#
- Homepage:
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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**