Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.63 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.63 KB

crest Digital Apprenticeships Service

Register of Apprenticeship Training Providers (RoATP) API

Note:
das-roatp-service repo and contained apps are being deprecated in favour of das-roatp-api

Developer Setup

Requirements

Setup

  • 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 the solution
  • 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