Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 211 Bytes

File metadata and controls

5 lines (5 loc) · 211 Bytes

How to Run

  1. Clone the repo.
  2. Update the DefaultConnection in appsettings.json to point to your local SQL Server.
  3. Run dotnet ef database update to create the schema.
  4. Hit F5 in Visual Studio!