NOTE: This is no longer under active development, and therefore may not work properly. In particular, emails won't send anymore because Mandrill no longer offers free accounts and we have not switched to a new service. There are likely other pieces broken as well. Take it for what you will.
Scavenger Hunt / Pub Crawl app built with Ruby on Rails.
Uses Google Oauth2 for login.
User Stories have been migrated to 'enhancements' in the Issues section. Check them out here Issues#enhancements to see the completed and upcoming features.
View the demo site here: http://scavenger-hunter.herokuapp.com/
##Usage
- Run
git clone https://github.com/supremebeing7/airbnb_clone.git - Run
bundle install - Create database and migrations with
rake db:createandrake db:schema:load db:test:prepare
##Contributing
- Fork it
- Create your feature branch
git checkout -b my-new-feature - Commit your changes
git commit -am 'Add some feature' - Pull recent changes to master with
git pull - Merge master with your branch
- Write new test(s) for your addition so I don't accidentally break it
- Ensure all tests pass with
rspec - Push to the branch
git push origin my-new-feature - Create new Pull Request`