Flask project template for large applications.
Flask Runner is a Flask project template designed for developers working on large applications who want to modularize their code using Flask Blueprints. It is a Cookiecutter template, which means it can be used to generate projects using Python Cookiecutter. This template is based on Eve Runner Version-5.0.2.
Flask Runner is a Flask project template that provides a minimal setup and easy configuration for modularizing large applications using Flask Blueprints. It offers features such as automatic Blueprint registration, separate configurations for development and production, support for Gunicorn and uWSGI servers, and preconfigured integration with SQLAlchemy. The template also provides convenient command line options for running, testing, and migrating the application. To use Flask Runner, install the Cookiecutter package, create a project using the template, and choose the appropriate command to run the application.