kevinhly01 / stockr

A Rails application that will simulate the stock market with real stock bidding prices and use NLP to guess the trend for future trading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stockr: Stock market application

  • $ cd stockr
  • $ bundle install
  • $ bundle exec rake db:migrate
  • $ bundle exec rake test
  • $ rake db:seed

Before running server, type $ bin/rake db:migrate RAILS_ENV=development

If db:migrate SQLException, delete db folder and recheckout project.

About

A Rails application that will simulate the stock market with real stock bidding prices and use NLP to guess the trend for future trading


Languages

Language:Ruby 71.1%Language:HTML 21.4%Language:CSS 6.4%Language:JavaScript 0.6%Language:CoffeeScript 0.5%