Gentelella is a free to use Bootstrap admin template.
This project integrates Gentelella with Flask using blueprints, flask_login and flask_migrate. It is also available on Dockerhub for the application to run in a docker container (see below).
(Optional) Set up a virtual environment
git clone https://github.com/afourmy/flask-gentelella.git
cd flask-gentelella
pip install -r requirements.txt
cd source
python app.py
4. Go the http://127.0.0.1:5000/
docker pull afourmy/flask-gentelella
docker images
docker run -p 5000:5000 image_name