This Ruby on Rails app lets users find dive buddies from all over the world.
git clone https://github.com/sanlouise/bluedives.git
cd /bluedives
bundle
bundle exec rake db:migrate
rails server
The app will now be running on localhost:3000.
View the app live at http://divebuddies.herokuapp.com/.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT License. View it here.