Hello from a Cloudflare Worker!
⭐ Open the Trail Journal — log hikes with photos (D1 + R2)
🏞️ Browse Trail Galleries — many photos per trail (D1 + R2)
Or poke at the raw endpoints:
- /api/time — JSON with the current time
- /api/echo?name=Carlo — echoes a query param
- /api/count — a visit counter that persists in KV
- /api/notes?key=foo — PUT to save a value, GET to read it back (KV)
- /api/trails — list trails from D1 (try ?minMiles=5)