/Stocks-With-Flask

Flask app to view stocks. This app uses a blueprint defined in `blueprints/stock.py` for some of its routing and view logic.

Primary LanguageHTML

This is a Flask app to view stock prices. It uses Flask Blueprints.

Install dependencies with:

pip install -r requirements.txt

Then, run the app on localhost:5000 by invoking:

sh run.sh