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

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

Notifications You must be signed in to change notification settings

stefanwuthrich/cached-google-places

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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