BBB is a Rails app designed to help users fix mechanical problems with there bicycle. When a user submits an issue, the time and location is added to the database and map, which allows other users to either meet up to help fix the bike or email a suggested fix. App relies heavily on Google Maps API and Geocoder gem. User's location is automatically identified and generated on the map when a new issue is submitted.
- Bundle the gems
Bundle
- Bootup the database:
rake db:create
- Bring in your migrations
rake db:migrate
- Run the test suite
rake
On a clean Master branch, run:
git push heroku master