Skip to content

DoorTwoDoor/geomatch

Repository files navigation

Geomatch

About

Geomatch is a Go application which provides API endpoints to retrieve a list of movers that are near a customer, update an available mover's current location and store location updates for active moves.

Getting Started

  1. Install Go for your platform.
  2. Install Redis for your platform.
  3. Install Google Cloud SDK for your platform.
  4. Install the App Engine extension for Go.
gcloud components install app-engine-go
  1. Install the original App Engine SDK for Go for your platform.
  2. Clone a copy of the repository into the current directory.
git clone https://www.github.com/doortwodoor/geomatch
  1. Navigate to the newly clone reponsitory.
cd geomatch
  1. Install all dependencies.
make deps
  1. Start the local development server.
make serve

License

Geomatch is licensed under the Apache-2 License.