Example ASP.NET Core 2.0 project for KTAPI integration.
- get and store to the local MSSQL DB list of Packages from KTAPI
- get and store Package Details
- build and send Price Request
- Install dotnet CLI and MSSQL DB
- Clone git repository.
- Create copy with appsettings.Development-example.json with name appsettings.Development.json and provide values for settings
- Run
dotnet restore - Run
dotnet ef database updateto init database - Set the environment variable
ASPNETCORE_ENVIRONMENT=Development - Run
dotnet runordotnet watch run(for development) - Open in browser http://localhost:8081/app2.html - this is an AngularJS SPA Client. First run will take some time to get all packages from KTAPI and store them to the local DB.