Three Tiers examples using Flask, MySQL, and the browser.
Create the "education" database by running the file "school_plus_books.sql" in MySQL server console.
- read.py - list colleges in DB
- write.py - add college to DB
- hello.py - hello world
- read.py - list colleges
- template.py - call db, output using template
- add.py - add a row to the db