A simple back-end for a fast prototype mobile app that uses Foursquare API for GEMS APP Challenge. It takes latitude and longitude as parameter and returns a list of eating places nearby.
Run bundle install
.
Make a POST request to http://localhost:3000/api
with two string values latitude and longitude.