Note:
das-roatp-service repo and contained apps are being deprecated in favour of das-roatp-api
- Install Visual Studio 2017 Enterprise with these workloads:
- ASP.NET and web development
- Azure development
- Install SQL Management Studio
- Install Azure Storage Emulator (Make sure you are on v5.3 or above)
- Install Azure Storage Explorer
- Administrator Access
- Create a Configuration table in your (Development) local storage account.
- Obtain the local config json from the das-employer-config repo (https://github.com/SkillsFundingAgency/das-employer-config) and adjust the SqlConnectionString property to match your local setup
- Add a row to the Configuration table with fields:
- PartitionKey: LOCAL
- RowKey: SFA.DAS.RoATPService_1.0
- Data: {The contents of the local config json file}
- Open Visual studio as an administrator
- Open the solution
- Set SFA.DAS.RoATPService.Application.Api as the startup project
- Publish the database project SFA.DAS.RoATPService.Database to your local SQL Server instance
- Running the solution will launch the API in your browser