Skip to content

Three Tiers examples using Flask, MySQL, and the browser.

License

Notifications You must be signed in to change notification settings

zconomy/threetiers-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threetiers-2022

Three Tiers examples using Flask, MySQL, and the browser.

Create MySQL DB

Create the "education" database by running the file "school_plus_books.sql" in MySQL server console.

CMD Directory - start here

  • read.py - list colleges in DB
  • write.py - add college to DB

Web Directory

  • hello.py - hello world
  • read.py - list colleges
  • template.py - call db, output using template
  • add.py - add a row to the db

About

Three Tiers examples using Flask, MySQL, and the browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published