Market Chirp is a stock recommendation web application developed in the context of UCLA CS 188, Scalable Internet Services in Fall 2015 by the team ABCs. Market Chirp analyzes tweet sentiments concerning certain stocks and recommends if the stock is bearish or bullish.
Updates to the project can be found in the Pivotal Tracker.
-
Download the environment file here (requires access), rename it in the top level directory as
.env
. -
Run
bundle install
to install dependencies. (It may be necessary to install Command Line Tools for XCode). -
Make sure MySQL is running in the background with
mysqld &
. -
Since the DB now contains unique columns, you cannot just re-seed the DB. You must drop the tables, re-create them, and then seed them. The best way of doing this is running
rake db:reset
. You will lose any data that is not seeded! -
Start the server by running
rails s
.
Brandon Woo | Chris Konstad | Alex Fong | Sakib Shaikh |