Mobile application (iOS) for finding and searching monuments in Poland.
User can filter monuments by:
- categories,
- maximal number of monuments,
- distance from the current location
Application after applying filters returns list with proposed monuments and exports them to the Google Maps. User can add, remove monuments and modify order of elements.
export JAVA_HOME=/opt/jdk-11.0.2
mvn clean package spring-boot:repackage
mvn clean install
mvn spring-boot:run