Deployed on Heroku: Alchemists Cyclery
This is an application which is designed to analyze the San Francisco bike share database and provide a platform for an online bike-accessory shop. The application is built in Ruby/Rails using a postgresql database and paperclip for image handling. A group project completed over a two week period, this project allowed us to use an Agile workfow, leveraging on Waffle.io
To run this application locally, please clone this repo and follow the steps below:
$ bundle
$ rake db:create db:migrate db:seed
The seed process will take a good amount of time, so be patient!
After completing the steps above, start up your local server:
$ rails s
Navigate to the local port indicated (most likely localhost:3000)
To run the full test suite:
$ rspec
To run a portion of the test suite:
$rspec spec/file-path
For more information about the tools used in this process, please visit the links below: