Flask_structure_example

screenshot of Flask_structure_example

An example of how to structure a medium to large sized Flask application, with boilerplate for common setup and configuration.

Overview

The "flask_structure_example" repository provides source code to accompany the article "Structuring Large Flask Applications". It demonstrates how to structure a medium to large sized Flask application, with boilerplate for common setup and configuration. The code is compatible with Python 3.6.5 and Flask and Flask-SQLAlchemy packages are the only required dependencies.

Features

  • Medium to Large Sized Flask Application: The repository provides an example of structuring a Flask application that is suitable for medium to large-sized projects.
  • Boilerplate for Common Setup and Configuration: The code includes boilerplate code that can be reused for commonly required setup and configuration tasks in Flask applications.
  • Source Code Accompaniment: The repository contains source code that can be used as a reference while following the "Structuring Large Flask Applications" article.

Summary

The "flask_structure_example" repository provides a valuable resource for developers looking to structure medium to large sized Flask applications. It includes boilerplate code for common setup and configuration tasks and can be used as a reference while following the "Structuring Large Flask Applications" article. The installation process is straightforward and the code is compatible with Python 3.6.5 and requires Flask and Flask-SQLAlchemy packages.