Light Blue

Docs - Demo Github Sources

Want more? See Flask Dashboard Material PRO

Product Features

Light Blue Dashboard design coded in Flask Framework with SQLite database, ORM and authentication.

Want more? Check out the Flask PRO dashboards and PRO Django Admin Panels built on top of premium UI Kits - LIVE Support included (via Discord).

UI Kit

Using this template you will be able to leverage lots of built-in components and thus focus on building features that set you apart from competitors rather than bulding everything from scratch.Technologies

Flask Backend

Flask is a Python web framework built with a small core, perfect for crafting API's and complex web apps. Read more about this framework by accessing the official Flask docs or related Flask articles published on our blog.Help

How to use

Flask Dashboard Light Blue is an open-source product, released under MIT license. The source code and documentation contain enough information to help anyone building the app. In case you want to build this product, without leaving this page, just type:

$ # Get the source code
$ git clone 
https://github.com/app-generator/flask-dashboard-light-blue.git

$ cd flask-dashboard-light-blue
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv --no-site-packages env
$ source env/bin/activate
$
$ # Install modules - SQLite Database
$ pip3 install -r requirements.txt
$
$ # Set the FLASK_APP environment variable
$ export FLASK_APP=run.py
$
$ # Start the application (development mode)
$ flask run
$
$ # Access the dashboard in browser: http://127.0.0.1:5000/
$ # Create an account and log in

This product is actively supported via Email and 24/7 Live support on Discord (for paid plans) Thank you!

Last updated