| Phase | Status |
|---|---|
| Phase 19 GLB Pipeline | ✅ Complete |
| Testing | 42 pass, 0 fail |
| CI/CD | ✅ Configured |
To install dependencies:
bun installTo run:
bun run This project was created using bun init in bun v1.3.13. Bun is a fast all-in-one JavaScript runtime.
# Development (hot reload)
bun run dev
# Production
bun run start| Endpoint | Method | Description |
|---|---|---|
/health |
GET | Health check |
/api |
GET | API documentation |
/api/build |
POST | Build GLB from OSM data |
curl -X POST http://localhost:8080/api/build \
-H "Content-Type: application/json" \
-d '{"sceneId":"gangnam","lat":37.498,"lng":127.0277,"radius":150}'Open http://localhost:8080 in browser for the test page.