Prerequisites This project assumes you have installed: Ruby Rails Homebrew Bundle
Quick Start:
run in the comand line
bundle install
bundle update
rake db:{drop,create,migrate,seed}
rails s
Heroku Link https://protected-scrubland-86468.herokuapp.com/stations
Testing
To run the full rspec testing suite, run
rspec
from the command line
Purpose of the app The intended use of this app is to track bike usage accross multiple stations of a bike share program, as well as a simple shop interface for a bike shop.
Authors Jude Lawson https://github.com/jude-lawson Justine Troyke https://github.com/justinetroyke Zach Thomas https://github.com/zdcthomas