Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 392 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 392 Bytes

sql-ping

A simple app that pings a SQL Server database

Requirements

  • A SQL server
  • dotnet core

Getting started

  1. Clone the repository
  2. Update the connection string in appsettings.json
  3. Make any changes required to Models\PingContext.cs to ensure your model matches a database table
  4. Run dotnet restore
  5. Run dotnet run
  6. Open http://localhost:5000
  7. Click Start