mirror of
https://github.com/vee1e/bulk-questionnaire-upload.git
synced 2026-09-01 17:57:10 +00:00
2.1 KiB
2.1 KiB
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-02 09:32 UTC against the live Render deployment.
| Metric Type | Recent Performance |
|---|---|
| File Validation | 1208–3962ms (1.208–3.962s) |
| Form Parsing | 5620–6194ms (5.620–6.194s) |
| Form Upload | N/A (MongoDB not connected) |
| Question Processing | N/A (MongoDB not connected) |
| Option Processing | N/A (MongoDB not connected) |
| Batch Processing | N/A (MongoDB not connected) |
| Delete Operations | N/A (MongoDB not connected) |
| Cold Start Time | 771ms |
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.