Flask Datta Able

screenshot of Flask Datta Able
vite
scss

Datta Able - Open-Source Flask Dashboard | App-Generator.dev

Overview

Datta Able Flask is an open-source Flask Dashboard created by AppSeed. It is built on top of a modern design and is considered one of the most stylized Bootstrap admin templates available. The template includes highly feature-rich pages and components with code that is developer-centric.

Features

  • Up-to-date dependencies
  • Database options: SQLite, MySql
  • Silent fallback to SQLite
  • DB Tools: SQLAlchemy ORM, Flask-Migrate
  • Authentication options: Session Based, OAuth via Github
  • Docker compatibility
  • Flask-Minify for page compression
  • Deployment options with CI/CD flow via Render
  • Datta Able (enhanced with dark mode) - Open-Source Seed project generated by AppSeed

Start in Docker

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

Create .env File

  1. Create a .env file.
  2. Set the DEBUG variable:
    • If True, the app runs in development mode.
    • For production, use the value False.
  3. Set the ASSETS_ROOT variable for assets management. The default value is /static/assets.
  4. For OAuth via Github, set the following variables:
    • GITHUB_ID=<GITHUB_ID_HERE>
    • GITHUB_SECRET=<GITHUB_SECRET_HERE>

Manual Build

Set Up for Unix, MacOS

  1. Download the code.
  2. Install modules via VENV.
  3. Set up Flask Environment.
  4. Start the app. At this point, the app runs at http://127.0.0.1:5000/.

Set Up for Windows

  1. Download the code.
  2. Install modules via VENV.
  3. Set up Flask Environment.
  4. Start the app. At this point, the app runs at http://127.0.0.1:5000/.

Create Users

By default, the app redirects guest users to authenticate. To access the private pages, follow these steps:

  1. Start the app via "flask run" command.
  2. Access the registration page and create a new user: http://127.0.0.1:5000/register.
  3. Access the sign-in page and authenticate: http://127.0.0.1:5000/login.

Summary

Datta Able Flask is an open-source Flask Dashboard that offers a modern design and highly feature-rich pages and components. It can be easily installed using Docker or manually on various operating systems. The template also provides options for database, authentication, and deployment. Additionally, there is a PRO version available with more components, pages, and priority support.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.