Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 541 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 541 Bytes

stock-price-visualization

A single-page web application using Dash (a python framework) which will show company information (logo, registered name and description) and stock plots based on the stock code given by the user.

The web application can be found here: https://stock-price-visualization.herokuapp.com/

To run the application locally:

  1. Download the files in a folder
  2. Run $ pip install -r requirements.txt in the directory
  3. Run $ python app.py
  4. Copy the url mentioned after running and put the link in a browser