{"name":"TechShare API","version":"2.0","description":"REST API for Technolyceum students","database":"techshare","endpoints":{"crud":["GET    /api/:collection","GET    /api/:collection/:id","POST   /api/:collection","PUT    /api/:collection/:id","DELETE /api/:collection/:id"],"quiz":["GET    /api/quiz/list","POST   /api/quiz/validate","POST   /api/quiz/import","GET    /api/quiz/:slug","POST   /api/quiz/:slug/submit","GET    /api/quiz/attempts/:student_id"]},"example":"Try: curl http://localhost:3001/api/users"}