https://github.com/abrams27/monumentor
Project for the BD class at mimuw
https://github.com/abrams27/monumentor
monuments poland spring-boot swift
Last synced: about 1 month ago
JSON representation
Project for the BD class at mimuw
- Host: GitHub
- URL: https://github.com/abrams27/monumentor
- Owner: abrams27
- License: mit
- Created: 2020-10-07T21:14:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T19:56:02.000Z (over 4 years ago)
- Last Synced: 2025-04-04T18:48:12.008Z (about 1 year ago)
- Topics: monuments, poland, spring-boot, swift
- Language: Java
- Homepage:
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monumentor
Mobile application (iOS) for finding and searching monuments in Poland.
### Usage:
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.
### Running backend on the students:
export JAVA_HOME=/opt/jdk-11.0.2
mvn clean package spring-boot:repackage
mvn clean install
mvn spring-boot:run