Live Demo: https://naturescape.herokuapp.com/
A website for users to find indoor activities near camping and hiking locations.
After querying the Trails API, the user's location will be passed to the Google Places API to identify nearby indoor locations based on the user's preferences.
After cloning or forking the project, bundle:
bundle
and initialize the database:
rake db:{create,migrate}
Launch a server
rails s
Explore.
