Dash and SQLAlchemy Dashboard
Source Code: GitHub Summary A stock forecasting Dash dashboard with a backend MySQL database; the database was setup in AWS RDS as well as a local MySQL server. The final project features the local database simply to avoid unnecessary costs. Below is a high level view of the programming layout. App.py has the main plotly …