Development of a web application using Flask

This page provides links to the differents chapters of the course.

TP

Implementing a view, interacting with user and inserting data in the database.

View details »

Chapter 1

Creating a Flask application, implementing a view and enabling the DEBUG mode.

View details »

Chapter 2

Creating Web templates.

View details »

Chapter 3

Creating forms with Flask, generating hypertext links and introduction to cookies.

View details »

Chapter 4

Creating Web templates, adding assets to the application, and prettify the application using Bootstrap.

View details »

Chapter 5

Configuring a database, introduction to model classes, querying objects from the database and setting up relationships between model classes.

View details »

Chapter 6

Serving JSON objects, Querying web services asynchronously, Dynamic web pages.

View details »


Project requirements

Document describing the student project's requirements.

View details »