Skip to content

uk-gov-mirror/SkillsFundingAgency.das-findapprenticeshiptraining

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

das-findapprenticeshiptraining

Build Status

Quality Gate Status

Requirements

DotNet Core 3.1 and any supported IDE for DEV running.

Azure Storage Emulator

About

Find Apprenticeship Training Service. The service is for finding training courses and training providers that can deliver the standard you have searched for.

Local running

You must have the Azure Storage emulator running, and in that a table created called Configuration in that table add the following:

PartitionKey: LOCAL

RowKey: SFA.DAS.FindApprenticeshipTraining.Web_1.0

Data:

{
  "FindApprenticeshipTrainingApi": {
    "Key": "test",
    "BaseUrl": "http://localhost:5003/",
    "PingUrl": "http://localhost:5003/"
  },
  "FindApprenticeshipTrainingWeb": {
    "RedisConnectionString": "",
    "DataProtectionKeysDatabase": "",
    "ZendeskSectionId": "1",
    "ZendeskSnippetKey": "test",
    "ZendeskCoBrowsingSnippetKey": "test"
  }
}

The important part of the configuration is making sure that your BaseUrl is pointed to the MockServer url

You are able to run the website by doing the following:

  • Run the console app SFA.DAS.FAT.MockServer - this will create a mock server on http://localhost:5003
  • Start the web solution SFA.DAS.FAT.Web

Useful URLs

Courses

https://localhost:5004/courses/24 -> Available for new starts in future date

https://localhost:5004/courses/101 -> Course no longer available

https://localhost:5004/courses/333 -> Regulated Course

https://localhost:5004/courses/102 -> No providers at location

Providers

https://localhost:5004/courses/102/providers -> No providers at location

Course Provider Details

https://localhost:5004/courses/102/providers/10000 -> No provider available for course

https://localhost:5004/courses/12313/providers/100002?location=Coventry -> No provider at location

https://localhost:5004/courses/12313/providers/100002?location=Camden -> Provider at location

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 75.6%
  • HTML 21.0%
  • Gherkin 1.6%
  • JavaScript 1.1%
  • CSS 0.7%