Skip to content

AslanKairbayev/CleanArchitecture-AspNetCoreWebAPI-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages