Files
QQuiz/web/README.md

16 lines
345 B
Markdown

# QQuiz Web
This directory contains the new Next.js frontend scaffold for the QQuiz
refactor.
## Status
- App Router skeleton: added
- Auth/session proxy routes: added
- Legacy Vite frontend replacement: in progress
- shadcn/ui component foundation: added
## Environment
Copy `.env.example` and point `API_BASE_URL` at the FastAPI backend.