Skip to content

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

Notifications You must be signed in to change notification settings

tranc99/Stocks-With-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published