Skip to content

uk-gov-mirror/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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 94.1%
  • TSQL 5.9%