This project was generated with Spring Boot.
##Database
Project uses h2 inMemory database. Check from http://localhost:8080/h2-console after running server.
Run dev server. Navigate to http://localhost:8080/cities, http://localhost:8080/cities/places/?cityName="cityname"(Ex: http://localhost:8080/cities/places/?cityName=Florence).
##Explanation
Below link lists some cities.
http://localhost:8080/cities
After clicking any of the cities from the list, some historical places, attractions are listed in below link.
http://localhost:8080/cities/places/?cityName="cityname"(Ex: http://localhost:8080/cities/places/?cityName=Florence)