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.
- Install Go for your platform.
- Install Redis for your platform.
- Install Google Cloud SDK for your platform.
- Install the App Engine extension for Go.
gcloud components install app-engine-go- Install the original App Engine SDK for Go for your platform.
- Clone a copy of the repository into the current directory.
git clone https://www.github.com/doortwodoor/geomatch- Navigate to the newly clone reponsitory.
cd geomatch- Install all dependencies.
make deps- Start the local development server.
make serveGeomatch is licensed under the Apache-2 License.