
A flask modular architecture template that uses strategy pattern to create and subscribe modules to the app. This allows to have a good folder structure in your project
The Flask Modular Architecture Template is designed to simplify the creation of Flask projects with a modular architecture. It allows for the easy creation of new modules by extending a class and adding it to a set. The template comes with several pre-installed Flask extensions including flask_login, flask_principal, flask_sqlalchemy, and flask_migrate.
The Flask Modular Architecture Template is a convenient tool for creating Flask projects with a modular architecture. It simplifies the process of creating new modules and comes with several pre-installed Flask extensions. The template also provides guidelines for installation and module creation.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.