Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.46 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.46 KB

Happy Camper

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.

Installing

For local install:

bundle install
rails db:create && rails db:migrate && rails db:seed

To view the app at localhost:3000

rails s

Running the tests

To run tests:

rails rspec

Built With

Contributing

We love pull requests! Please read CONTRIBUTING.md for details.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks to the Supercamp Gem, the wrapper for our Active Access API
  • Thanks to DevBootcamp for everything!