Skip to content

chaingng/flask_tutorial_en

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Flask Web Development from Scratch" - Sample Code

Sample Code of 「Flask Web Development from Scratch」.

Index

  1. Introduction
  2. Completed image of the blog application
  3. Installing Python
  4. Installing pip
  5. Try running the application in a single file
  6. Installing Pipenv
  7. Create the startup file
  8. Creating a config file - allows you to work with settings together
  9. Understanding the Flask Framework - MTV Framework
  10. Create Templates - Templates in the MTV Framework
  11. Introducing Bootstrap - Clean Your Design
  12. Create a login form - implement a form
  13. Create a View - View in the MTV framework
  14. Create a base layout template
  15. Working with session - Enables secure login with authentication
  16. Add flash - Display a message to the user
  17. url_for - Automatically Create Links
  18. Work with databases
  19. Model - Model in the MTV framework
  20. Create scripts - make certain actions common
  21. Learn about CRUD
  22. Create Blog Posts - Create in CRUD
  23. Create a blog list feature - Read in CRUD
  24. Creating Blog Details - Read in CRUD
  25. Create Blog Editing - Update in CRUD
  26. Create a blog post delete feature - Delete in CRUD
  27. Add static files - allows you to work with images and stylesheets
  28. Create a decorator for login authentication
  29. Splitting an Application with Blueprint
  30. Writing Unit Tests
  31. Measuring and Reporting Test Coverage
  32. Final application structure
  33. Chapter of Closing

About

"Flask Web Development from Scratch" Sample Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published