Skip to content

uk-gov-mirror/SkillsFundingAgency.dfc-app-findacourse

 
 

Repository files navigation

Digital First Careers - Find a Course App

This project provides a Find A Course app, which is a part of the Composite UI (Shell application).

Details of the Composite UI application may be found here https://github.com/SkillsFundingAgency/dfc-composite-shell

Getting Started

This is a self-contained Visual Studio 2019 solution containing a number of projects (web application, service and repository layers, with associated unit test and integration test projects).

Installing

Clone the project and open the solution in Visual Studio 2019.

List of dependencies

Item Purpose

Local Config Files

Once you have cloned the public repo you need to rename the appsettings files by removing the -template part from the configuration file names listed below.

Location Repo Filename Rename to
DFC.App.FindACourse.IntegrationTests appsettings-template.json appsettings.json
DFC.App.FindACourse appsettings-template.json appsettings.json

Configuring to run locally

The project contains a number of "appsettings-template.json" files which contain sample appsettings for the web app and the integration test projects. To use these files, rename them to "appsettings.json" and edit and replace the configuration item values with values suitable for your environment.

By default, the appsettings include a local Azure Cosmos Emulator configuration using the well known configuration values. These may be changed to suit your environment if you are not using the Azure Cosmos Emulator. In addition, Sitefinity configuration settings will need to be edited.

File Setting Example value

Running locally

To run this product locally, you will need to configure the list of dependencies. Once configured and the configuration files updated, it should be F5 to run and debug locally. The application can be run using IIS Express or full IIS.

To run the project, start the web application. Once running, browse to the main entrypoint which is the "https://localhost:44306/".

The Find A Course app is designed to be run from within Composite UI, therefore running the How To Become app outside of the other apps will only show simple views of the data.

Deployments

This Find A Course app will be deployed as an individual deployment for consumption by the Composite UI.

Assets

CSS, JS, images and fonts used in this site can found in the following repository https://github.com/SkillsFundingAgency/dfc-digital-assets

Built With

  • Microsoft Visual Studio 2019
  • .Net Core 2.2

References

Please refer to https://github.com/SkillsFundingAgency/dfc-digital for additional instructions on configuring individual components like Sitefinity and Cosmos.

About

Composite app for find a course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 75.8%
  • HTML 21.4%
  • Gherkin 1.6%
  • PowerShell 1.2%