Skip to content

Latest commit

 

History

History

Readme.md Development Environment Visual Studio 2019 and Dot Net 5

USER GUIDE This Application provides simple web api to manage insurance member with premium calculation

Running application steps:

  1. Update InsuranceDBContext connection strings in appsettings.json. e.g. server [ServerName]\MSSQLSERVERDEV
  2. Build InsuranceWebApplication.sln solution and Hit F5, and screen will show with local host url, e.g. https://localhost:44312. Note : this can be changed/adjusted later on
  3. Insurance Account Db be created.

Enjoy!