Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 723 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 723 Bytes

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