Skip to content

Map Nearby Places is RESTful service written in Python/Flask to help you find and rate interesting places near you using the Google Places API and the Yelp Fusion API.

Notifications You must be signed in to change notification settings

gkeswani92/live-review-places

Repository files navigation

###Live Review Places

Live Review Places is RESTful service written in Python/Flask to help you find and rate interesting places near you using the Google Places API and the Yelp Fusion API.

Build Status Coverage Status

Manual Installation

Clone the repository:

git clone https://github.com/gkeswani92/Map_Nearby_Places.git 

Install requirements.txt:

sudo apt-get pip
pip install requirements.txt 

Run the server:

python run.py

Docker

# Deprecated after switching to docker-compose:
docker build -t map_nearby_places .

# Deprecated after switching to VOLUME from ADD: 
docker run -ti -p 8000:8000 map_nearby_places python run.py

# Deprecated after switching to docker-compose:
docker run -ti -p 8000:8000 -v `pwd`:/code map_nearby_places python run.py

docker-compose build
docker-compose up

About

Map Nearby Places is RESTful service written in Python/Flask to help you find and rate interesting places near you using the Google Places API and the Yelp Fusion API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published