Engineering·
- Bun
- Hono
- SQLite
- Zod
- OpenAPI
API UMKM Jember
REST API read-only for Jember SMEs directory — real local business data from OpenStreetMap.
About this project
Designed a clean architecture separating route → service → repository layers. Pipeline data fetches raw POI from Overpass API and normalizes it to SQLite. No caching layer — SQLite indexes are sufficient for ~200 businesses.
Working REST API with category listing, business search, detail view, and nearby search. Comes with Swagger UI documentation, unit + integration tests with in-memory SQLite.