General Assembly | Web Development Immersive | Project 3
SpiritGuide is a web application that will lead users to yoga studios, vegetarian restaurants, juice bars and farmers markets by searching one of the five boroughs of New York. Built with Ruby on Rails and Backbone.js, data was parsed and rendered via Yelp's API and NYC OpenData. Location data for businesses is displayed via the Google Maps API. Search results saved to a user's profile populated a PostgreSQL database using a Rails server.
To use SpiritGuide, simply create a valid account or login to your existing account (guest information below). After signing up, login to search by one of the five New York boroughs and click the type of business or market you'd like to see results from. Once your results are shown, save a particular business or market to your profile so you can keep track of places you have or have not visited. Visit your profile to see these saved places, edit your account or delete your account.
To view this app, please use the following login credentials:
username: guest@guest.com
password: guest123
- Ruby on Rails
- PostgreSQL
- jQuery
- Backbone.js
- AJAX
- HTTParty
- Trello
- Yelp API / Yelp API on GitHub
- NYC OpenData
- Google Maps API