Skip to content

Latest commit

 

History

History
executable file
·
32 lines (17 loc) · 852 Bytes

README.md

File metadata and controls

executable file
·
32 lines (17 loc) · 852 Bytes

stock checker

This is a simple app for checking selected stocks using a Dash interface. Results contains information on previous closing value, current opening value, today's high and today's low for each selected stock.

Built with:

  • Python
  • Dash

Getting Started

install docker compose

$ sudo apt install docker-compose

Clone repository

$ cd stock_checker

$ git clone https://github.com/Xuehong-pdx/stock_checker

Build and run container

  • Build Docker container

    $ docker-compose build 
    
  • Run container

    $  docker-compose up --remove-orphans
    

View page at http://localhost:8050