Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
/ enrollment Public archive

Go through how to build dynamic web apps using Python and Flask, the popular Python web framework

License

Notifications You must be signed in to change notification settings

AMProduction/enrollment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Looking to build your own personal or professional web application? In this course, join Christian Hur as he steps through how to build dynamic web apps using Python and Flask, the popular Python web framework. After demonstrating how to set up your environment, Christian shows how to create a Flask project, work with templates, and set up and configure a database system for your app—in this case, Flask-MongoEngine—to help store and track data. Plus, see how to work with web forms; integrate Flask-Security, which allows you to add common security mechanisms; and create and test REST APIs using Postman.

Learning objectives

  • Creating and running a simple Flask app
  • Creating a Flask project
  • Working with templates
  • Setting up and connecting to a database
  • Working with Flask-Security
  • Creating and testing REST APIs with Postman