Scala Akka HTTP microservice example with GeoIP and distance endpoints.
Example microservice written in Scala using Akka HTTP that exposes REST endpoints for GeoIP lookup and for calculating distances between IP addresses. It demonstrates starting a standalone HTTP server, routing, JSON marshalling/unmarshalling, external service calls, error handling, configuration, logging, and testing with mocked services.
0