Table users { id uuid [primary key] email string password_hash string role_id integer created_at timestamp } Table roles { id integer [primary key] name string code string created_at timestamp } Table ...
An AI-powered backend system that ingests educational PDFs, generates quiz questions using Groq (LLaMA 3.3 70B), stores them in a SQLite database, and serves them through a REST API with adaptive ...