Heads up! Looks like you're using adblock. Please consider supporting us by whitelisting coursedio.online How?
arrow_back
Go back

Full Stack Web Development with Flask

Oct 01, 2019 • Christian Hur

Start Course arrow_forward

About this course

Build dynamic web applications using Python and Flask, the popular microframework for Python. Learn how to work with databases, web forms, Flask-Security, and more.



play_circle_filled

Setting up the virtual environment and framework

3m 39s
play_circle_filled

Installing Python and Flask

8m 14s
play_circle_filled

Configuring Flask

7m 13s
play_circle_filled

Creating and running a simple Flask application

7m 17s
play_circle_filled

Creating the enrollment application

6m 38s
play_circle_filled

Running and configuring the development server

6m 49s
play_circle_filled

Creating the homepage

8m 3s
play_circle_filled

Creating navigation links and route patterns

11m 11s
play_circle_filled

Creating the base template

8m 28s
play_circle_filled

Creating child templates

6m 54s
play_circle_filled

Passing data to the view

10m 27s
play_circle_filled

Accessing data via request and response objects

1m 37s
play_circle_filled

URL variables

6m 34s
play_circle_filled

Working with the GET method

9m 46s
play_circle_filled

Working with the POST method

3m 2s
play_circle_filled

Sending a JSON response

8m 1s
play_circle_filled

Installing database systems

8m 54s
play_circle_filled

Setting up the database

8m 6s
play_circle_filled

Connecting to the database

12m 35s
play_circle_filled

Creating documents and data

7m 51s
play_circle_filled

Creating the data models

7m 11s
play_circle_filled

Installation and configuration

9m 16s
play_circle_filled

Creating the login and registration pages

7m 10s
play_circle_filled

Updating the login route and login template

9m 54s
play_circle_filled

Flashing messages

9m 59s
play_circle_filled

Displaying form validation error messages

4m 36s
play_circle_filled

Processing form data and updating the database

6m 45s
play_circle_filled

Updating login route to interact with database

6m 46s
play_circle_filled

Updating registration route to interact with database

8m 20s
play_circle_filled

Creating the courses page

6m 2s
play_circle_filled

Creating the enrollment page

8m 58s
play_circle_filled

Updating the enrollment template

4m 13s
play_circle_filled

Creating the MongoDB aggregation pipeline

9m 56s
play_circle_filled

Adding the aggregation pipeline to application

5m 9s
play_circle_filled

Creating sessions and authentication

5m 23s
play_circle_filled

Setting up the session for logout and enrollment routes

3m 12s
play_circle_filled

Updating the navigation and testing the session

3m 57s
play_circle_filled

Adding the welcome message to layout

3m 24s
play_circle_filled

Installing Postman and the Flask-RESTPlus APIs extension

4m 30s
play_circle_filled

Fetching data using GET

8m 39s
play_circle_filled

Inserting data using POST

6m 36s
play_circle_filled

Updating data using PUT

4m 30s
play_circle_filled

Deleting data using DELETE

5m 18s