Skip to content

fpdcc/Flask_template_auth_with_Dash

 
 

Repository files navigation

Flask Gentelella

Gentelella is a free to use Bootstrap admin template.

Gentelella Bootstrap Admin Template

This project integrates Gentelella with Flask using:

Here is an example of a real project implemented using Flask-Gentelella:

Requires Python 3.7

Run with Docker

$ git clone https://github.com/fpdcc/Flask_template_auth_with_Dash.git

$ cd Flask_template_auth_with_Dash

$ docker run -v $(pwd):/dashboard -p 5000:5000 garretw/flask_dash_dashboard:0.1

Or run in local virtual environment

pip install -r requirements.txt

python run.py

or

sh run_web.sh

Open app in browser

http://0.0.0.0:5000/

Default Admin User

username: admin
password: admin

About

Flask_template_auth_with_Dash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.0%
  • JavaScript 34.4%
  • HTML 11.1%
  • Python 5.4%
  • Other 0.1%