For all these examples, run app.py then go to http://127.0.0.1:5000/ in your browser.
| Folder | Description |
|---|---|
| 0_minimal | A minimal web application |
| 1_routing | Routing and URL building |
| 2_static | Serving static files |
| 3_forms | Form handling |
| 4_templates | Using templates |
| 5_sqlite | Using SQLite |
| 5_mysql | Using MySQL (not curriculum) |
| 6_cookies | Using Cookies |
| 7_sessions | Using sessions |
| 8_file_upload | File upload |
| 9_login | Login (using hashed password) |