Skip to content

OpenSourceLearningRepos/flask-boilerplate-dashboard-argon

 
 

Repository files navigation

Simple Flask Boilerplate code suitable for admin dashboards projects - Flask Dashboard Argon - Video presentation.


Flask Dashboard Argon - Open-Source Flask Boilerplate.


Features

  • SQLite Database
  • Modular design with Blueprints
  • Session Based authentication (via flask_login) - bcrypt hashed passwords
  • Forms validation

How to use it

$ # 1. Get the code
$ git clone https://github.com/app-generator/flask-boilerplate-dashboard-argon.git
$ cd flask-boilerplate-dashboard-argon
$
$ # install modules using a virtualenv
$ virtualenv --no-site-packages env
$ source env/bin/activate
$ 
$ # 2. Install requirements
$ # SQLIte version (no PostgreSQL)
$ pip install -r requirements-no-postgres.txt
$ 
$ # OR with PostgreSQL connector
$ pip install -r requirements.txt
$
$ # 3. Set the FLASK_APP environment variable
$ (Unix/Mac) export FLASK_APP=appseed-app.py
$ (Windows) set FLASK_APP=appseed-app.py
$ (Powershell) $env:FLASK_APP = ".\appseed-app.py"
$
$ # 4. Run the application
$ flask run --host=0.0.0.0
$
$ # 5. Go to http://127.0.0.1:5000/, create an account and log in

Want more? Go PRO!


Flask Dashboard Material Flask Dashboard Argon Flask Dashboard Black
Flask Dashboard Material PRO Flask Dashboard Argon PRO Flask Dashboard Black PRO

Support

24/7 Live support via Discord and eMail < support@appseed.us >


Credits


License

@MIT



Flask Dashboard Argon Dashboard - provided by AppSeed

Releases

No releases published

Packages

No packages published

Languages

  • CSS 79.2%
  • HTML 10.3%
  • JavaScript 8.8%
  • Python 1.7%
  • Mako 0.0%
  • Dockerfile 0.0%