Happy Camper is a campground search and reservation web application. Users are able to find campgrounds by name or location, view their detail, amenities, and reviews, and visit the reservation site for the campground they have selected.
For local install:
bundle install
rails db:create && rails db:migrate && rails db:seed
To view the app at localhost:3000
rails s
To run tests:
rails rspec
- Ruby on Rails - Web framework used
- Bootstrap - CSS framework
- Google API - API used for mapping campground locations, reviews, and photos
- Active Access API - API used for campground information
We love pull requests! Please read CONTRIBUTING.md for details.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks to the Supercamp Gem, the wrapper for our Active Access API
- Thanks to DevBootcamp for everything!