The service is intended to provide the REST API for the Alteration website.
Make sure that the following is installed:
- provide connection string to the SQL Server Database in either Environment Variables or appsettings.json file
- update database with migrations following ef core guidelines Ef Core Migrations Guideline:
- In VS Package Manager Console set the env variable with the command: $env:SqlServerOptions__ConnectionString = [your connection string]
- Set Default Project to Alteration.Application
- Execute command: update-database
- [optional] provide connection string to the Application Insights service