/flask-now-ui-dashboard

Flask Dashboard NowUI - Open-Source Admin Panel | AppSeed

Primary LanguageCSS

Open-Source Admin Dashboard coded in Flask Framework on top of Now UI Dashboard design. Features:

  • SQLite database
  • SQLAlchemy ORM
  • Session-Based authentication flow (login, register)
  • UI Kit: Now UI by Creative-Tim

Flask Dashboard Now UI - Open-Source Flask Dashboard.


Build from sources

$ # Clone the sources
$ git clone https://github.com/app-generator/flask-now-ui-dashboard.git
$ cd flask-now-ui-dashboard
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv --no-site-packages env
$ source env/bin/activate
$
$ # Virtualenv modules installation (Windows based systems)
$ # virtualenv --no-site-packages env
$ # .\env\Scripts\activate.bat
$ 
$ # Install requirements
$ pip3 install -r requirements.txt
$
$ # Set the FLASK_APP environment variable
$ (Unix/Mac) export FLASK_APP=run.py
$ (Windows) set FLASK_APP=run.py
$ (Powershell) $env:FLASK_APP = ".\run.py"
$
$ # Run the application
$ # --host=0.0.0.0 - expose the app on all network interfaces (default 127.0.0.1)
$ # --port=5000    - specify the app port (default 5000)  
$ flask run --host=0.0.0.0 --port=5000
$
$ # Access the app in browser: http://127.0.0.1:5000/

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



Resources



Flask Dashboard Now UI provided by AppSeed