Skip to content

wormaps/Backend

Repository files navigation

wormapb

Status

CI

Phase Status
Phase 19 GLB Pipeline ✅ Complete
Testing 42 pass, 0 fail
CI/CD ✅ Configured

To install dependencies:

bun install

To run:

bun run 

This project was created using bun init in bun v1.3.13. Bun is a fast all-in-one JavaScript runtime.

Run

# Development (hot reload)
bun run dev

# Production
bun run start

API

Endpoint Method Description
/health GET Health check
/api GET API documentation
/api/build POST Build GLB from OSM data

Build GLB

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages