
An example of how to structure a medium to large sized Flask application, with boilerplate for common setup and configuration.
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.
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.
