Flask Backbone

screenshot of Flask Backbone
flask

Flask Backbone

[2023] Modern Flask Boilerplate with a well-organised structure.

Overview:

Flask-Backbone is a Flask boilerplate that provides a predefined basic structure for building Flask applications. It is designed to be blueprint-first, allowing for a clean and steady structure. It offers database support via SQLAlchemy, although it is possible to use Flask-Backbone without a database. The boilerplate also includes features such as cache support, Flask-Debug, Sentry support, Jinja filters and custom variables, and interactive commands for creating blueprints. The installation process is straightforward, and the boilerplate is tested with Python 3.11.

Features:

  • Predefined basic structure for clean architecture
  • Database support via SQLAlchemy
  • Cache support via flask_caching
  • Flask-Debug for debugging purposes
  • Sentry support for error tracking
  • Jinja filters and custom variables
  • Blueprint-first design for a clean structure
  • Interactive commands for creating blueprints
flask
Flask

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.