Location Service
The location web service provides an API for retrieving store locations and customer routes to support to Location Services demo in the Retail Demo Store. To use the demo, see "Retail Geofencing and Location-aware Personalization" in the in-app Demo Guide.
This service has two APIs. Check Swagger UI for the API details.
Local Development
The location service can be built and run locally (in Docker) using Docker Compose. See the local development instructions for details. From the ../src
directory, run the following command to build and deploy the service locally.
foo@bar:~$ docker compose up --build location
Once the container is up and running, you can access it in your browser or with a utility such as Postman at http://localhost:8008.