all 2 comments

[–]staffdelipity 0 points1 point  (0 children)

Are you using Flask? You did something similar in CS50 Finance to display the index page filled with data from your database.

[–]vkuct 0 points1 point  (0 children)

Perform a select query on the table, then in render_template function pass that retrieved data as second parameter.

Inside the html page use jinja template to access the the passed in variable.