Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 942 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 942 Bytes

Web Frontend App Guide (Instructor Portal)

Prerequisites

  • C#/.NET experience at a beginner level
  • Knowledge on Blazor WASM
  • Knowledge on Provisioning Azure Resources
  • Local installations of the .NET SDK (6.0) and Visual Studio 2022
  • Read first the infrastructure setup posted on the main README.md

Azure Cloud Prerequisites

  • Create/Provision Azure Static App / Azure App Service

Instruction

  • After completing the Azure Cloud Prerequisites
  • Open Terner.Instructor.Portal.sln on Visual Studio
  • Look for a file named Server.cs
  • Update the necessary values and point it to your API, please see API Setup Guide
  • Set Client.App Project as Startup Project
  • Click Run or Press F5.
  • If you wish to publish the app to Azure App Service, please see Guide