Flask Boilerplate
Open-Source Flask boilerplate code.
What is Flask
Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks. - read more about Flask on the official website
Supported Versions
We are providing Flask boilerplates coded in two patterns:
- Flask Boilerplate v1 - a simple code-base enhanced with SQLite database, ORM and basic tooling. this version is recommended for beginers.
- Flask Boilerplate v2 - a Flask code-base coded with SQLite database (PostgreSQL - optional), ORM, blueprints, tests and deployment scripts for docker and gunicorn.