bcgov / workbc-ctt

WorkBC Career Transition Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WorkBC Career Transition Tool

Screenshot of application front page.

Local Setup

Prerequisites

Backend Setup

  • Install prerequisites
  • Open Microsoft SQL Server Management Studio
  • Connect to your localhost server
  • On Microsoft SQL Server Management Studio, right-click on Databases and “Restore Database…”
  • Select “Device” option and restore a backup of the CTT database.
  • Modify config WorkBC Career Transition Tool API\appsettings.json to your local database server instance and name. Also, update the source code paths as shown below:

Screenshot of config file appsettings.json highlighting changes to be made.

  • In command prompt, run:
cd \path\to\WorkBC Career Transition Tool API
dotnet run

Screenshot of Swagger UI showing /Occupations endpoint.

  • You should receive a response code of 200 with following output:

Screenshot of Swagger UI showing endpoint output.

Frontend Setup

Refer to the frontend README.

About

WorkBC Career Transition Tool


Languages

Language:C# 27.2%Language:TypeScript 24.7%Language:JavaScript 24.5%Language:SCSS 18.4%Language:TSQL 3.5%Language:PowerShell 0.8%Language:PHP 0.7%Language:Batchfile 0.4%Language:CSS 0.0%