A quiz web app, which consists of a REST API written in ASP.NET CORE, and frontend built with Blazor SSR
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
- CRUD operations
- JWT authentication
- resource and policy based authorization
- UI written in Blazor
- Project deployment with a seeded database via Docker
- use Signalr to implement real-time game functionality
- add forms for adding quizzes