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:
- Update InsuranceDBContext connection strings in appsettings.json. e.g. server [ServerName]\MSSQLSERVERDEV
- 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
- Insurance Account Db be created.
Enjoy!