Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 282 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 282 Bytes

CQRS-template-CleanArchitecture

Net Core 3.1 Clean Architecture with CQRS pattern

Instructions

  • Download the project
  • Set Api project as start project
  • Set up connection string in appsettings.json

Run

For creating data base, run:

dotnet ef database update