QuizPulse Platform is a complete full-stack quiz application that allows users to register, authenticate, take quizzes, and receive instant feedback. It supports real-time per-question answer ...
FastAPi/ ├── routers/ │ ├── auth.py # Authentication endpoints (register, login) │ └── users.py # User management endpoints (CRUD) ├── config.py # Configuration and environment variables ├── ...