Demo code for the course "Flask: Getting Started" on Pluralsight.
There's a commit for each module in the course, as well as a tag:
- After module 1: Starting the Project
- Exercise: A page that shows how many times it has been viewed
- After module 2: First Steps
- After module 3: Understanding the Model-Template-View Pattern
- Exercise: Add a link to the welcome page
- After module 4: Adding Logic to Your Application
- Exercise: Redirect to the card view
- Exercise: Write a view that removes a card
- After module 5: Adding User Interaction
- After module 6: Applying Styling and Jinja Inheritance