kaboot/server
Joey Yakimowich-Payne bce534486c Add batch upload endpoint to avoid sequential upload+OCR bottleneck
Client sends all files in a single request to /api/upload/batch,
server receives them all upfront via multer then processes OCR
sequentially. Eliminates network round-trips between each file.
2026-02-19 14:00:20 -07:00
..
sandbox Update docker file 2026-02-03 09:09:28 -07:00
src Add batch upload endpoint to avoid sequential upload+OCR bottleneck 2026-02-19 14:00:20 -07:00
tests Implement host proof 2026-02-03 09:05:05 -07:00
.dockerignore Phase 2 + 3 complete 2026-01-13 15:20:46 -07:00
Dockerfile Sandboxing 2026-02-03 08:24:48 -07:00
package-lock.json Fix ppt 2026-01-23 15:23:54 -07:00
package.json Fix ppt 2026-01-23 15:23:54 -07:00
tsconfig.json Phase 1 done 2026-01-13 14:14:30 -07:00