view the json object returned by google place API(just copy link from api route and insert your key in url)
making card (google for it)
header image will be the photo reference given in Photos array in JSON object.[HINT: do
through documentation of google API to find how to extract photo from photo reference given
in JSON]
Card body will contain the address, Name, Type and Ratings
Use Bootstrap grid system to place all cards.
All places card should be displayed in Explore.ejs when the place is searched form the search box in Explore.ejs.
issue #118 is prerequisite