Skip to content

g-nog/Geofence

Repository files navigation

Geofence

Considerations:

  • Distances are in meters
  • Given a current point, I look for the nearby Geofences. With these Geofences, I search for what advertising within.

Running it locally

First, you need to start local-environment:

$ cd local-environment
$ docker-compose up -d

Then, you can start application by using:

$ ./gradlew bootJar
$ java -jar build/libs/geofence-0.0.1-SNAPSHOT.jar

Building image

$ docker build -t=geofence:latest .

When running in docker, creates geofence database manually (a problem that I haven't solved it yet )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published