Flask Adminator

screenshot of Flask Adminator

Flask Dashboard - Adminator Design | AppSeed

Overview:

Adminator Flask is an open-source Flask dashboard generated by AppSeed based on an iconic design. It is considered one of the best admin dashboard and control panel themes available. Built on top of Bootstrap, Adminator Flask offers a range of responsive, reusable, and commonly used components. With up-to-date dependencies and features such as session-based authentication, forms validation, and database tools like SQLAlchemy ORM and Flask-Migrate, Adminator Flask provides a comprehensive solution for creating admin dashboards. It also offers Docker and manual build options for easy installation.

Features:

  • Up-to-date dependencies
  • Database: sqliteDB
  • Tools: SQLAlchemy ORM, Flask-Migrate (schema migrations)
  • Session-Based authentication (via flask_login)
  • Forms validation
  • Docker support
  • Adminator v2.0.3 UI
  • Gulp-generated version

Start in Docker:

  1. Download the code from the GitHub repository using GIT.
  2. Start the app in Docker.
  3. Visit http://localhost:5085 in your browser. The app should be up and running.

Manual Build:

  1. Download the code.
  2. Set up the environment for Unix, MacOS:
    • Install modules via VENV.
    • Set up Flask Environment.
    • Start the app. It should be running at http://127.0.0.1:5000/.
  3. Set up the environment for Windows:
    • Install modules via VENV.
    • Set up Flask Environment.
    • Start the app. It should be running at http://127.0.0.1:5000/.
  4. Create Users:
    • Start the app via flask run.
    • Access the registration page and create a new user: http://127.0.0.1:5000/register.
    • Access the sign-in page and authenticate: http://127.0.0.1:5000/login.

Summary:

Adminator Flask is an open-source Flask dashboard that provides a range of features for easily creating admin dashboards. With its up-to-date dependencies, database tools, authentication, and forms validation, it offers a comprehensive solution for managing and controlling user interfaces. Users have the option to install the theme using Docker or manually build it. Additionally, Adminator Flask also offers a PRO version with more components, pages, and priority support, which is styled with Material Dashboard PRO from Creative-Tim.