Create quizes from pdfs
https://jambaya-quiz-generator.netlify.app/ {Netlify for deploying frontend and Render for deploying backend}
Backend on Render:
GEMINI_API_KEY=your-new-gemini-api-keyGEMINI_GENERATION_MODEL=gemini-2.5-flash-liteGEMINI_CHAT_MODEL=gemini-2.5-flash-lite
Frontend on Netlify:
REACT_APP_API_URL=https://your-render-backend-url
Do not put the Gemini API key in the frontend or commit it to the repo.