/Bitcoin_CY

Bitcoin dashboard

Primary LanguageRuby

Bitcoin Dashboard

  • Ruby Version 2.1.2

Setup Instructions

  • Clone this repo
  • CD into the project directory

First step:

bundle install

Once you have all of the gems and their dependencies installed:

rake db:setup

After that is complete you should be able to run this:

rails server

Once the server is up and running open your browser and enter localhost:3000 into the address bar

That's it! You're running a Bitcoin Dashboard!