Flask Black Dashboard - Product Update

A popular open-source dashboard with a modern dark-theme design updated to use the latest Flask Stable Verison plus other improvements.

The main dashboard screen provided by Black Dashboard, an open-source seed project crafted in Flask.
Flask Black Dashboard - Open-source Seed Project

Hello! This article presents Flask Dashboard Black, a popular open-source seed project generated by AppSeed on top of Black Dashboard design. The product was recently updated to use the latest Flask stable version, plus a new codebase structure and Gulp tooling for SCSS compilation. For newcomers, Flask is a popular Python web framework actively supported by many open-source enthusiasts.  Thanks for reading!

GIF animated presentation of Black Dashboard, an open-source seed project crafted in Flask.
Flask Dashboard Black - Open-source Seed project

Update Summary

  • Bump Codebase: Flask Dashboard v2.0.0
  • Dependencies update (all packages)
  • Flask==2.0.1 (latest stable version)
  • Better Code formatting
  • Improved Files organization
  • Optimized imports
  • Docker Scripts Update
  • Gulp Tooling (SASS Compilation)

The codebase was updated to a new, more intuitive structure and optimized Docker scripts.

< PROJECT ROOT >
   |
   |-- apps/
   |    |
   |    |-- home/                     # Serves HTML files
   |    |-- authentication/           # Handles auth routes
   |    |
   |    |-- static/
   |    |    |-- <css, JS, images>    # CSS files, Javascripts files
   |    |
   |    |-- templates/                # Templates used to render pages
   |    |    |-- includes/            # HTML chunks and components
   |    |    |-- layouts/             # Master pages
   |    |    |-- accounts/            # Authentication pages
   |    |    |-- home/                # UI Kit Pages
   |    |         |-- index.html      # Index page
   |    |         |-- 404-page.html   # 404 page
   |    |         |-- *.html          # All other pages
   |    |    
   |  config.py                       # Set up the app
   |    __init__.py                   # Initialize the app
   |
   |-- requirements.txt               # Development modules
   |
   |-- Dockerfile                     # Deployment
   |-- docker-compose.yml             # Deployment
   |-- gunicorn-cfg.py                # Deployment   
   |-- nginx                          # Deployment
   |    |-- appseed-app.conf          # Deployment 
   |
   |-- .env                           # Inject Configuration 
   |-- run.py                         # Start the app - WSGI gateway
   |
   |-- ************************************************************************
Flask Black Dashboard - Codebase Structure

Once we get familiar with the structure, we can use the Docker scripts shipped by the product to compile and start the product. Let's go!

Step #1 - Clone/download sources

$ git clone https://github.com/app-generator/flask-black-dashboard.git
$ cd flask-black-dashboard 
Flask Black Dashboard - Clone Sources

Step #2 - Start in Docker

$ docker-compose pull   # download modules
$ docker-compose build  # local set up
$ docker-compose up     # start the app  
Flask Black Dashboard - Start in Docker

Once all the above commands are executed, we should see Flask Dashboard Black running in the browser http://localhost:85.

Main dashboard page (light mode) provided by Black Dashboard, an open-source seed project crafted in Flask.
Flask Black Dashboard - Light Mode
Flask Black Dashboard - User Profile
User profile page provided by Black Dashboard, an open-source seed project crafted in Flask.
Flask Black Dashboard - User Profile Page

Black Dashboard - Design Info

Black Dashboard is a beautiful Bootstrap 4 Admin Dashboard with a huge number of components built to fit together and look amazing. If you are looking for a tool to manage and visualize data about your business, this dashboard is the thing for you.

Black Dashboard features over 16 individual components, giving you the freedom of choosing and combining. This means that there are thousands of possible combinations. All components can take variations in color, that you can easily modify using SASS files. You will save a lot of time going from prototyping to full-functional code because all elements are implemented.

The official thumb image of Black Dashboard, a popular open-source Bootstrap 4 design.
Black Dashboard - Official Product Page

Thanks for reading! For more resources, please access: