1bfe659d2c26c4f5af29611aeb24592c0d0887a6
- Create cmd/api/handlers.go with HTTP handlers for all MVP endpoints
- Implement GET /v1/cities?query= city autocomplete
- Implement GET /v1/cities/{id}/stations city stations including neighbors
- Implement POST /v1/routes/search route search with Pareto-optimal results
- Implement GET /v1/routes/{search_id}/{route_id}/geojson route geometry
- Implement GET /v1/stations/{id}/status station status endpoint
- Add handler tests with success and error cases
- All existing tests pass
Description
No description provided
Languages
Go
91.1%
JavaScript
4.9%
CSS
2.5%
HTML
1.1%
Dockerfile
0.4%