A Rails application that allows a user to locate bagel shops within a given area.
- The React frontend application for this application is located here Bagel Buddy Frontend
-
cd bagel-buddy -
bin/setup -
To work with Google's place's API, you will need an API key. Create a new API key or reach out to @afolta to temporarily borrow a key.
-
To start the application:
rails server
- The bagel shops are populated by Google's Nearby Search API
- Reviews are populated by Google's Place Details
- Converts addresses to latitude and longitude coordinates.
Are very welcome. Please open a PR and submit it for review.