Completed
| Deleting User Notes
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Website Tutorial - Flask, Authentication, Databases & More
Automatically move to the next video in the Classroom when playback concludes
- 1 | Video Overview
- 2 | Project Demo
- 3 | Directory Structure
- 4 | Flask Setup & Installation
- 5 | Creating a Flask App
- 6 | Creating Routes/Views
- 7 | Jinja Templating Language & HTML Templates
- 8 | Sign Up Page HTML
- 9 | Login Page HTML
- 10 | HTTP Requests POST, GET, etc.
- 11 | Handling POST Requests
- 12 | Message Flashing
- 13 | Flask SQLAlchemy Setup
- 14 | Database Models
- 15 | Foreign Key Relationships
- 16 | Database Creation
- 17 | Creating New User Accounts
- 18 | Logging In Users
- 19 | Flask Login Module
- 20 | Checking if User is Logged In
- 21 | Notes HTML
- 22 | Adding User Notes
- 23 | Deleting User Notes