Premium Flask Dashboard project crafted on top of Berry PRO, a pixel-perfect Bootstrap 5
design from CodedThemes. The product is designed to deliver the best possible user experience with highly customizable feature-rich pages. Berry
has easy and intuitive responsive design whether it is viewed on retina screens or laptops.
- 👉 Flask Berry PRO -
Product page
- 👉 Flask Berry PRO -
LIVE Demo
- 🚀 Free Support via
Email
&Discord
Features
- ✅
Up-to-date dependencies
- ✅
UI Kit
: Bootstrap 5 byCodedThemes
- ✅
Database
:SQLite
, MySql- Silent fallback to
SQLite
- Silent fallback to
- ✅
DB Tools
: SQLAlchemy ORM,Flask-Migrate
- ✅
Authentication
, Session Based - ✅
Docker
, Page Compression viaFlask-Minify
- 🚀
Deployment
CI/CD
flow viaRender
CDN Support
(optional)
👉 Step 1 - Download & unzip the code
$ unzip flask-berry-dashboard-pro.zip
$ cd flask-berry-dashboard-pro
👉 Step 2 - Start the APP in
Docker
$ docker-compose up --build
Visit http://localhost:5085
in your browser. The app should be up & running.
Download & unzip the code
$ unzip flask-berry-dashboard-pro.zip
$ cd flask-berry-dashboard-pro
Install modules via
VENV
$ virtualenv env
$ source env/bin/activate
$ pip3 install -r requirements.txt
Set Up Flask Environment
Edit .env
using env.sample
or simply export the variables in the environment
. Here are the expected values:
DEBUG
: controls theDevelopment
,Production
mode- Default
False
(production)
- Default
FLASK_APP=run.py
: mandatory (APP entry point)SECRET_KEY
: optional, random value used if not providedDB credentials
Note
: if NOT provided, or wrong values, SQLite is usedDB_ENGINE
,DB_HOST
,DB_NAME
...
CDN_DOMAIN
: disabled by default- Used only when
DEBUG=False
(production mode)
- Used only when
Start the app
$ flask run
At this point, the app runs at http://127.0.0.1:5000/
.
Install modules via
VENV
(windows)
$ virtualenv env
$ .\env\Scripts\activate
$ pip3 install -r requirements.txt
Set Up Flask Environment
Edit .env
using env.sample
or simply export the variables in the environment
. Here are the expected values:
DEBUG
: controls theDevelopment
,Production
mode- Default
False
(production)
- Default
FLASK_APP=run.py
: mandatory (APP entry point)SECRET_KEY
: optional, random value used if not providedDB credentials
Note
: if NOT provided, or wrong values, SQLite is usedDB_ENGINE
,DB_HOST
,DB_NAME
...
CDN_DOMAIN
: disabled by default- Used only when
DEBUG=False
(production mode)
- Used only when
Start the app
$ flask run
At this point, the app runs at http://127.0.0.1:5000/
.
The project has a simple, intuitive structure presented bellow:
< PROJECT ROOT >
|
|-- apps/__init__.py
|-- apps/
| |-- static/
| | |-- <css, JS, images> # CSS files, Javascripts files
| |
| |-- templates/
| |
| |-- includes/ # Page chunks, components
| | |
| | |-- navigation.html # Top bar
| | |-- scripts.html # JS scripts common to all pages
| | |-- footer.html # The common footer
| |
| |-- layouts/ # App Layouts (the master pages)
| | |
| | |-- base.html # Used by common pages like index, UI
| |
| |-- home/ # UI Kit Pages
| |-- index.html # default page
| |-- page-404.html # 404 error page
| |-- *.html # Used by common pages like index, UI
|
|-- requirements.txt
|
|-- run.py
|
|-- ************************************************************************
Flask Berry PRO -
Kanban Board
Flask Berry PRO -
Kanban Board
Flask Berry PRO -
eCommerce
Flask Berry Bootstrap PRO - Premium Flask starter provided by AppSeed