Skip to content

sumedhmohile/GeoTaggrAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoTaggrAPI

GeoTaggrAPI is a REST API backend for the GeoTaggr Android App.

Usage:

  1. 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

About

Backend for the GeoTaggr client applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors