Flask Atlantis Dashboard designed in Bootstrap and coded in Flask Framework with SQLite database, ORM and authentication. Features:
- SQLite database, SQLAlchemy ORM
- Session based authentication flow (login, register)
- Static Build via Frozen-Flask
- MIT License
Atlantis Admin Panel
Srtdash is a free Bootstrap 4 HTML5 admin dashboard template. It is a perfect match for the website admin and web-apps. Srtdash has a modern design with a beautiful, clean and minimal look. There is two different type of navigation bar styles and three unique home versions.
Build from sources
The source code and the documentation contain enough information to help anyone building the app. In case you want to build this product, without leaving this page, just type:
$ # clone the sources
$ git clone https://github.com/app-generator/flask-dashboard-atlantis.git
$ cd flask-dashboard-atlantis
$
$ # install modules using a virtualenv
$ virtualenv --no-site-packages env
$ source env/bin/activate
$
$ python app.py
$ # app is running on port 5000
If all goes well, you shoud see Flask Dashboard Atlantis app running, by visiting localhost:5000 in your preferred browser.
Dashboard Resources
- Flask Dashboard Atlantis - Official Product Page
- Flask Dashboard Atlantis - Live DEMO
Want more? Go PRO!
Flask Dashboard Material | Flask Dashboard Argon | Flask Dashboard Black |
---|---|---|
Flask Microframework
Flask (source code) is a Python web framework built with a small core and modularity in mind. With a small footprint, well documented and supported by a growing community, Flask can be a good choice to implement on top a nice production-ready apps, landing pages and complex eCommerce services. For more information, feel free to access the official website.
Related Articles
- Open-Source Admin Dashboards - provided by AppSeed
- Admin Dashboards - Open-Source and Free, article published on Dev.to
- Vue Dashboard - Open-Source and Free
- React Dashboards - Open-Source and Free
- Admin Dashboards - Open-Source and built with automation tools