Skip to main content

MaterialPro Flask

Admin dashboard generated by AppSeed in Flask on top of MaterialPro design (Premium version).

WrapPixel’s MaterialPro Bootstrap Admin is a premium bootstrap material design template that comes packed with new, fresh, and attractive designs and ready-to-use components.

Features

  • Codebase - Flask Dashboard Boilerplate
  • UI Kit: MaterialPro (premium version)
  • DBMS: SQLite, PostgreSQL (production)
  • DB Tools: SQLAlchemy ORM, Flask-Migrate (schema migrations)
  • Modular design with Blueprints
  • Session-Based authentication (via flask_login), Forms validation
  • Deployment scripts: Docker, Gunicorn / Nginx, HEROKU

Links

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. Classified as a microframework, Flask is written in Python and it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.

Read more about Flask Framework

How to use the App​

βœ… Resources​