Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 653 Bytes

File metadata and controls

12 lines (9 loc) · 653 Bytes

CleanArchitecture-AspNetCoreMvc-Store

Starter project ASP.NET Core MVC using clean architecture

Setup

  • Uses MS SQL Server Developer Edition (Install separately using this link.)
  • Apply database migrations to create the db. From a command line within the Infrastructure project folder use the dotnet CLI to run : Infrastructure>dotnet ef database update

Visual Studio

Simply open the solution file CleanArchitecture-AspNetCoreMvc-Store.sln and build/run.

Visual Studio Code

Open the src folder and F5 to build/run.