NowUI Dashboard designed by Creative-Tim in Bootstrap and coded in Flask with SQLite database, ORM and authentication
$ # Get the source code
$ git clone https://github.com/app-generator/flask-now-ui-dashboard.git
$ cd flask-dashboard-nowui-design
$
$ # 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