Skip to content

timmsch/blazor-quiz

 
 

Repository files navigation

This repository contains a Blazor Server application implementing a simple Quiz manager secured with Auth0.

The following article describes the implementation details: What is Blazor? A Tutorial on Building Web Apps with Authentication.

To run the applications:

Clone the repo: git clone https://github.com/auth0-blog/blazor-quiz-manager.git

To run the Blazor Server application:

  1. Move to the QuizManager folder
  2. Add your Auth0 credentials to the appsettings.json configuration file.
  3. Type dotnet run in a terminal window to launch the Web API.
  4. Point your browser to https://localhost:7290.

Requirements:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.3%
  • CSS 28.1%
  • C# 23.6%