☁️ R2 CDN Sync

Export SQLite → Cloudflare R2 → CDN for mobile apps

📁 R2 Structure

zentaprep/
├── catalog.json           ← Master index
├── stats.json             ← Global stats
└── exams/
    ├── ssc-cgl/
    │   ├── manifest.json  ← Test list for SSC CGL
    │   └── tests/
    │       ├── 6abc...json ← Full Q&A
    │       └── ...
    ├── sbi-po/
    │   └── ...
    └── ...

🔗 API Endpoints

GET/catalog.jsonAll exams index
GET/exams/{slug}/manifest.jsonExam tests
GET/exams/{slug}/tests/{id}.jsonFull test
CDN: pub-178b9d...r2.dev

Exports all tests from SQLite → R2 CDN