Skip to content

ducas/sql-ping

Repository files navigation

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

About

A simple app that pings a SQL Server database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published