Project report can be seen here
Project presentation can be seen here
We are aimed to create a simple and practical tool for beginners to check stock. The goal is to find patterns in this time-series financial dataset, and make it easier for our viewers to query and compare stock market data.
In app.py,update_stock.py modify the sql_engine configurations and alpha_vantage API keys
git clone https://github.com/drizzle98/alpha-vantage-project
Go to your cloned directory
cd ../github/alpha-vantage-project
Install the required packages
pip install -r requirements.txt
export FLASK_APP=app.py
export FLASK_ENV=development
flask run
Enter the following host into your browser
http://0.0.0.0:3000/