mirror of
https://github.com/handsomezhuzhu/QQuiz.git
synced 2026-04-18 14:32:54 +00:00
- Deleted the old Register page and utility functions. - Removed Tailwind CSS configuration and Vite configuration files. - Added a new script for starting a single container with FastAPI and Next.js. - Updated README to reflect the current status of the Next.js frontend. - Implemented new login and registration API routes with improved error handling. - Refactored frontend API calls to use the new proxy structure. - Enhanced error handling in API response processing. - Updated components to align with the new API endpoints and structure.
15 lines
312 B
Markdown
15 lines
312 B
Markdown
# QQuiz Web
|
|
|
|
This directory contains the Next.js frontend for QQuiz.
|
|
|
|
## Status
|
|
|
|
- App Router application: active
|
|
- Auth/session proxy routes: active
|
|
- Single-container deployment target: active
|
|
- Split-stack frontend: active
|
|
|
|
## Environment
|
|
|
|
Copy `.env.example` and point `API_BASE_URL` at the FastAPI backend.
|