Steps to run
-
Do "mvn clean package"
-
Run following command on console - "java -jar target/location-goeuro-1.0-SNAPSHOT.jar server config.yaml"
-
Hit following url for health check - "http://localhost:9901/healthcheck?pretty=true"
-
Use browser or curl to enter following url - "http://localhost:9900/client/city/berlin" (city name as path param)
-
JSON response will be printed on the browser along with output to file 'city-info.csv' on 'user' home directory ("~/city-info.csv")