Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 990 Bytes

File metadata and controls

28 lines (21 loc) · 990 Bytes

Getting started with Flask

To develop a Flask app, you need to get familar with HTML, CSS and Python. We have lectures, which cover that:

Regarding Flask, it is helpful to get familiar with the following terms and concepts:

Knowing about MVC and E-R-Modeling helps to understand Flask views, models and how to the design the Model classes in models.py: