Simple Dashboard In Flask

screenshot of Simple Dashboard In Flask

Authenticated user sees an updated dashboard with functional vertical navigational sidebar

Overview

This article provides an introduction to a simple dashboard built using Flask, a web framework written in Python. The dashboard features user authentication and a functional sidebar for authenticated users.

Features

  • Container Content: The content displayed to anonymous users is contained within Bootstrap's class container.
  • Sidebar: Upon authentication, the content is no longer contained and a functional sidebar is provided.

Summary

This article introduces a simple dashboard built using Flask, highlighting its key features such as container content for anonymous users and a sidebar for authenticated users. The installation guide provides step-by-step instructions to set up the dashboard locally.