BuildStatus

Bicycles Benefit Boston

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.

Live app hosted on Heroku

Bicycles Benefit Boston

ER Diagrams and Schema structure

ER

Get Started

  1. Bundle the gems

Bundle

  1. Bootup the database:

rake db:create

  1. Bring in your migrations

rake db:migrate

  1. Run the test suite

rake

Deployment

On a clean Master branch, run:

git push heroku master