A multi-user stock tracking application that allows users to keep a list of their stocks. Users are also able to add friends and see what stocks they are keeping track of.
Make sure you have Ruby and Bundler installed.
git@github.com:Vu-John/stock-me.git # or clone your own fork
cd stock-me
bundle install
rails db:migrate
rails sOpen up http://localhost:3000
Make sure you have Heroku Toolbelt installed
heroku create <name_of_application>
git push heroku master
heroku run rails db:migrate
heroku open
