This is a web app which can track stock prices using the Rails framework.
Heroku: https://investry.herokuapp.com/
- Authentication System, users can sign up, edit their profile, log in/out
- Users can track stocks, up to 10 per user. The profile page will display all the current stock prices.
- Users can search for stock symbols using a search bar.
- Users can choose to add a stock from results of search to their protfolio.
- Users can look for friends or other users of the app, by name or email (first name, last name, email).
- Users can view protfolio of stocks their friends are tracking for investing idea.
- Mobile friendly, responsive styling.
- Rails 5.2.2
- PostgreSQL
Make sure you have Ruby, Bundler installed.
git clone https://github.com/aakashjhawar/finance-tracker.git #You can also clone your own fork
cd finance-tracker
bundle install
rails db:create
rails db:create
rails s
Your app should now be running on localhost:3000.
heroku create
git push heroku master
heroku run rake db:migrate
heroku open
Alternatively, you can deploy your own copy of the app using the web-based flow:
For more information about using Ruby on Heroku, see these Dev Center articles: