Flask is a lightweight Python web framework with useful tools and features for creating web applications in Python. The toolkit also gives you an Object Relational Mapper (ORM), which enables you to make queries and handle data using simple Python objects and methods. Flask provides a feature called blueprints for making application components.
Table of contents
PrerequisitesThe Target Application StructureStep 1 — Installing Flask and Flask-SQLAlchemyStep 2 — Creating a Configuration FileStep 3 — Creating a Flask Application FactoryStep 4 — Creating Flask BlueprintsStep 5 — Adding Flask-SQLAlchemy Models to your Flask ApplicationConclusionSort: