Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean Architecture with CQRS Pattern (NET CORE 8)

This project is a real core base of project that designed clean architecture with CQRS pattern

Prerequisites

  • .NET 8 SDK
  • Visual Studio 2019 or Visual Studio Code
  • PostgreSQL

Installation

To Create Migration

dotnet ef migrations add init --project "src\BaseApplication\Persistence" --startup-project "src\BaseApplication\Api"

To Create Database

update-database

Technologies Used

  • .NET 8
  • Entity Framework Core
  • PostgreSQL
  • Custom Authentication JWT Token (Role Base)
  • MediatR
  • AutoMapper
  • FluentValidation
  • xUnit.net

Releases

Packages

Used by

Contributors

Languages