
The basic Flask application structure that includes SQLAlchemy, Alembic, py.test and celery.
Flask Boilerplate is a minimal Flask application structure that provides a starting point for building Flask applications. It includes key features such as SQLAlchemy, Alembic, Celery, and py.test. It supports both Python 2.7 and 3.5.
Flask Boilerplate is a useful tool for developers who want to start building Flask applications quickly. It provides a basic structure and includes important features like SQLAlchemy, Alembic, Celery, and py.test. By following the installation guide, developers can easily set up the application and start coding with a solid foundation.
