kenGIS / sample-dashboard

Sample Django dashboard connected to Postgres database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Dashboard Project

A simple Django-backend dashboard web app using Postgres, Chart.js and Bootstrap. Displays energy drink purchase data.

Backend - Django. Uses a class-based view for the REST API endpoint and a function-based view to render the HTML template.

Database - Postgres, seeded with a ~30,000 row, cleaned CSV file using SQL.

Frontend - Bootstrap and Chart.js

UX/UI - User can enter custom search parameters and see data visualizations based on their selections.

3-minute video walkthrough

3-minute video walkthrough

About

Sample Django dashboard connected to Postgres database


Languages

Language:Python 75.9%Language:HTML 24.1%