Azia Dashboard – Open-Source Flask Dashboard

Hello coders!

This article presents an open-source Flask Dashboard crafted with authentication, database, and Docker support on top of Azia Admin, a colorful dashboard template. The product can be used to prototype fast a new dashboard on top of the e…


This content originally appeared on DEV Community and was authored by Sm0ke

Hello coders!

This article presents an open-source Flask Dashboard crafted with authentication, database, and Docker support on top of Azia Admin, a colorful dashboard template. The product can be used to prototype fast a new dashboard on top of the existing codebase. For newcomers, Flask is a leading framework written in Python used to code from simple websites to microservices, APIs, or complex eCommerce solutions.

Thanks for reading!

Azia Dashboard - Open-Source Flask Dashboard, GIF animated presentation.

Azia Dashboard is a beautifully designed admin template featuring a fine selection of useful Bootstrap components and elements. The pre-built pages of the templates are intuitive and very well-designed.

Azia features many essential utility classes that can help cut down CSS bloat and modify CSS components instantly.

✨ How to use it

The product requires a minimal programming kit to be present and properly installed in the workstation in order to clone and compile the sources:

  • Python3 - the language that powers Flask
  • GIT - used to download the sources from Github
  • A modern editor like VsCode or Atom
  • Docker - (optional) for an automatized setup

Probably the most easier way to use the product is via Docker, a popular virtualization and containerization software.

👉 Step #1 - Download the source code

$ git clone https://github.com/app-generator/flask-azia-dashboard.git
$ cd flask-azia-dashboard

👉 Step #2 - Start in Docker

$ docker-compose pull   # download dependencies 
$ docker-compose build  # local set up
$ docker-compose up -d  # start the app 

Once all the above commands are executed, we should see the starter running in the browser at the address http://localhost:85

Flask Azia Admin - Login Page

Flask Azia Admin - Charts Page

Flask Azia Admin - Charts Page

Flask Azia Admin - UI Buttons

Flask Azia Admin - UI Buttons Page

Thanks for reading! For more resources and support, feel free to access:


This content originally appeared on DEV Community and was authored by Sm0ke


Print Share Comment Cite Upload Translate Updates
APA

Sm0ke | Sciencx (2021-11-25T21:01:18+00:00) Azia Dashboard – Open-Source Flask Dashboard. Retrieved from https://www.scien.cx/2021/11/25/azia-dashboard-open-source-flask-dashboard/

MLA
" » Azia Dashboard – Open-Source Flask Dashboard." Sm0ke | Sciencx - Thursday November 25, 2021, https://www.scien.cx/2021/11/25/azia-dashboard-open-source-flask-dashboard/
HARVARD
Sm0ke | Sciencx Thursday November 25, 2021 » Azia Dashboard – Open-Source Flask Dashboard., viewed ,<https://www.scien.cx/2021/11/25/azia-dashboard-open-source-flask-dashboard/>
VANCOUVER
Sm0ke | Sciencx - » Azia Dashboard – Open-Source Flask Dashboard. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/11/25/azia-dashboard-open-source-flask-dashboard/
CHICAGO
" » Azia Dashboard – Open-Source Flask Dashboard." Sm0ke | Sciencx - Accessed . https://www.scien.cx/2021/11/25/azia-dashboard-open-source-flask-dashboard/
IEEE
" » Azia Dashboard – Open-Source Flask Dashboard." Sm0ke | Sciencx [Online]. Available: https://www.scien.cx/2021/11/25/azia-dashboard-open-source-flask-dashboard/. [Accessed: ]
rf:citation
» Azia Dashboard – Open-Source Flask Dashboard | Sm0ke | Sciencx | https://www.scien.cx/2021/11/25/azia-dashboard-open-source-flask-dashboard/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.