Skip to content

Files

Latest commit

 

History

History
32 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.17 KB

PROFiT

A Ruby on Rails and React application that monitors the performance of your stock market investments.

Getting Started

In the root directory, execute foreman start -f Procfile.dev in the terminal.

  1. Clone the repository
  2. In the root directory, execute: bundle install
  3. Run: cd/client & npm install
  4. Create database: rails db:create
  5. Run migration: rails db:migrate
  6. Start the server: foreman start -f Procfile.dev

Deployment

You can visit a live version of this app here: https://profit-app.herokuapp.com

Usage

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.

Contributing

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a pull request so I can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!