Application is packed to one jar file.
It provides RESTful API which allows to find places in specific country and city using Facebook API.
Run command:
java -jar places-1.0-SNAPSHOT.jar
To find specific place issue GET request like in example below:
http://localhost/poland/bydgoszcz/pizza
It will return JSON or list of JSONs with places which contains its name and geolocation (longitude and latitude).