Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 381 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 381 Bytes

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