Skip to content

SkillsFundingAgency/das-roatp-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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