Vision Product Search Browser is a simple tool that allows developers to see products and product sets on Vision Product Search.
yarn
cp .env.example .env.local
Open .env
and set three variables below:
-
PROJECT
Your google project id(not project number).
-
LOCATION
Your location used vision product search. Which one of 'us-west1', 'us-east1', 'asia-east1', 'europe-west1'.
-
GOOGLE_APPLICATION_CREDENTIALS
Your credentials files path
yarn dev
Open http://localhost:8066 in your browser.