Skip to content

FlaviusAugustus/KahootApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A quiz web app, which consists of a REST API written in ASP.NET CORE, and frontend built with Blazor SSR

How to run

clone the repo

  git clone https://github.com/FlaviusAugustus/KahootApp.git

cd into the cloned directory

  cd KahootApp

build and run the containers

  docker-compose up

Frontend - http://localhost:5161 Backend - http://localhost:7161 SwaggerUI - http://localhost:7161/swagger

Implemented Features

  • CRUD operations
  • JWT authentication
  • resource and policy based authorization
  • UI written in Blazor
  • Project deployment with a seeded database via Docker

TODO

  • use Signalr to implement real-time game functionality
  • add forms for adding quizzes

About

a quiz web app powered by ASP.NET CORE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published