SRTDash Dashboard designed by ColorLib in Bootstrap and coded in Flask 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).
$ # Get the source code
$ git clone https://github.com/app-generator/flask-dashboard-srtdash.git
$ cd flask-dashboard-srtdash
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv 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