A Ruby on Rails and React application that monitors the performance of your stock market investments.
In the root directory, execute foreman start -f Procfile.dev
in the terminal.
- Clone the repository
- In the root directory, execute:
bundle install
- Run:
cd/client & npm install
- Create database:
rails db:create
- Run migration:
rails db:migrate
- Start the server:
foreman start -f Procfile.dev
You can visit a live version of this app here: https://profit-app.herokuapp.com
Want to know how much money you made with your stock market investments today? Or, want to know how much you've made in total? These questions can be answered with PROFiT. Just input the stock ticker, how many shares you own, and the date you purchased the stock and you will be able to view your daily and total stock market returns.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a pull request so I can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!