Skip to content

SkillsFundingAgency/das-findapprenticeship-web

Repository files navigation

⛔Never push sensitive information such as client id's, secrets or keys into repositories including in the README file⛔

das-findapprenticeship-web

UK Government logo

Build Status

Quality Gate Status

About

The Find an apprenticeship service is used by jobseekers and potential apprentices who are looking for an apprenticeship.

Requirements

  • .net 6 and any supported IDE for dev running.
  • Azure storage emulator

Local running

  • You must have the Azure storage emulator running. In it you will need a table called 'Configuration'. In that table add the following row:

PartitionKey: LOCAL
RowKey: SFA.DAS.FindApprenticeship.Web_1.0
Data:

{
      "FindAnApprenticeship": {},
      "FindAnApprenticeshipOuterApi": {
        "BaseUrl": "http://localhost:5027/",
        "Key": "123"
  }
}
  • Make sure the FindAnApprenticeshipOuterApi BaseUrl is pointing at the mock server base url.
  • Run the mock server project, this creates a mock server on http://localhost:5027/
  • Run the web project