GeoTaggrAPI is a REST API backend for the GeoTaggr Android App.
Usage:
- Add an application.properties file in the resources directory with the following configurations
spring.datasource.url=database-url
spring.datasource.username=database-username
spring.datasource.password=database-password
secretKey=secret-key
server.port=port-number
firebase.conf.path=path-to-firebase-admin-config-file
2. Build the project
mvn clean package
3. Run the application container