/cached-google-places

Example of a cached google places typehead API with a ReactJS Frontend

Primary LanguageJavaScript

cached-google-places

Example of a cached google places typehead API with a ReactJS Frontend

Clone Repo and start Backend:

  • git clone git://github.com/stefanwuthrich/cached-google-places
  • cd cached-google-places/backend
  • Add in ./handler/handler.go your Google API Key
  • go run main.go

Start Frontend in other terminal Go to frontend folder and there:

  • yarn && yarn start