Flask Material Admin
Admin dashboard generated by AppSeed in Flask on top of Material Admin (free version).
Last updated
Was this helpful?
Admin dashboard generated by AppSeed in Flask on top of Material Admin (free version).
Last updated
Was this helpful?
Material Admid is an open-source dashboard template Based on Bootstrap 4.4 framework and also the JS/jQuery plugin. It comes with a big collection of elements that will offer you multiple possibilities to create the app that best fits your needs.
Features
Codebase -
UI Kit: (free 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
- product page
- source code
- LIVE Deployment
(Email and LIVE on Discord) for registered users.
Flask is a lightweight 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.
One of the best open-source admin dashboard design. Material Admin is a free admin template that is entirely built using the framework Google’s Material Design for the Web to comply with the Material Design guidelines.
Read more about
- prepare your workstation for Flask
- start this Flask app in the local environment
- how the project files are organized
- how to configure this Flask application
- source code published on Github