mirror of
https://github.com/vee1e/bulk-questionnaire-upload.git
synced 2026-09-01 09:50:06 +00:00
mirror of https://github.com/vee1e/bulk-questionnaire-upload - Fork containing all the code for my C4GT '25 menteeship at D
| .github/workflows | ||
| backend | ||
| frontend | ||
| scripts | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| pytest.ini | ||
| README.md | ||
| run.sh | ||
Bulk Questionnaire Upload System
Upload, validate, and manage Excel-based questionnaires through a modern web UI. XLSForm-compatible three-sheet format (Forms / Questions Info / Answer Options), parsed into a mobile-app-ready JSON schema and stored in MongoDB.
Screenshots
| Upload & Validate |
|---|
| Form Parse with Errors |
| Form Parse Successful |
Performance
Benchmarks are measured automatically on every push to main against the live Render deployment.
Last measured: 2026-06-10 11:36 UTC against the live Render deployment.
| Metric Type | Recent Performance |
|---|---|
| File Validation | 1291–2023ms (1.291–2.023s) |
| Form Parsing | 4697–5239ms (4.697–5.239s) |
| Form Upload | 7788–7788ms (7.788–7.788s) |
| Question Processing | 18.813ms per item |
| Option Processing | 10.847ms per item |
| Batch Processing | 7788–7788ms (7.788–7.788s) |
| Delete Operations | 960–960ms (0.960–0.960s) |
| Cold Start Time | 377ms |
Stack
| Layer | Tech |
|---|---|
| Frontend | Angular 19, Angular Material, SSR |
| Backend | FastAPI, Uvicorn, Pandas, Motor |
| Database | MongoDB Atlas |
| Deploy | Vercel (frontend) · Render (backend) |
| CI | GitHub Actions - tests + live perf benchmarks |
See backend/README.md for API reference, file format specs, and local setup.
See frontend/README.md for component structure, config, and development guide.