Starter project ASP.NET Core MVC using clean architecture
- 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
Simply open the solution file CleanArchitecture-AspNetCoreMvc-Store.sln
and build/run.
Open the src
folder and F5
to build/run.