/workbc-ctt

WorkBC Career Transition Tool

Primary LanguageC#

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.