AccountAtAGlance-ASPCore

ASP.NET Core MVC and Entity Framework Core Dashboard Application

Stars
22

Account At A Glance with ASP.NET Core

ASP.NET Core MVC and Entity Framework Core Dashboard Application

Run with Visual Studio 2017 or Higher on Windows

Open the .sln file at the root of the project and press F5 to build and launch the app.

Run on Mac

  1. Install .NET Core 2+: https://www.microsoft.com/net/download?WT.mc_id=m365-0000-dwahlin
  2. Open a command window in the root of the project.
  3. Run dotnet restore
  4. Run dotnet build
  5. Run dotnet run -p src/AccountAtAGlance
  6. Open http://localhost:5000 in your browser.