
Using Flask and a bootstrap template to summarise data from a SQL db in a pivot table.
The Dashboard is a minimal example of how to use a bootstrap template with a pivot table. It allows you to quickly evaluate data stored in your SQL Database in an appealing way. The dashboard requires the Flask, Pandas, and mysql.connector Python libraries. It also assumes that you have set up an SQL Database to store your data. The code can be adjusted to fit your specific needs by modifying the main.py file.
The Dashboard is a simple example of using a bootstrap template with a pivot table. It allows you to quickly analyze and visualize data stored in your SQL Database. With its easy installation process and customizable code, the Dashboard is a useful tool for evaluating data in an appealing way.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.