/flask-gentelella

Gentelella template powered by Flask

Primary LanguageHTMLMIT LicenseMIT

Build Status Coverage Status

Flask Gentelella

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).

Gentelella Bootstrap Admin Template

Template Demo

Installation

(Optional) Set up a virtual environment

1. Get the code

git clone https://github.com/afourmy/flask-gentelella.git
cd flask-gentelella

2. Install requirements

pip install -r requirements.txt

3. Run the code

cd source
python app.py

5. Create an account and log in

Run Flask Gentelella in a docker container

1. Fetch the image on dockerhub

docker pull afourmy/flask-gentelella

2. Find the name of the docker image

docker images

3. Run the image on port 5000

docker run -p 5000:5000 image_name