Student Information
Ewan Pedersen CS2210 10 • 23 • 2024
online doc version, as markdown always seems to compile to pdf weirdly
12. From the MariaDB interpreter, display all the records in the test_data
table by running the statement: SELECT * FROM test_data;
. Take a screenshot of the contents of the table. (When ready: CTRL
+ Z
to exit MariaDB)
Photo
15. Run the Flask app and view the page in the browser. Ensure that the correct temperature data is displayed. Take a screenshot of your web page displayed in the browser.
Photo
Completed Code
app.py
Screenshot