From 8ec15d832ed7bf46266994728af51c78c21c1ee8 Mon Sep 17 00:00:00 2001 From: jasonweinberg <162935187+jasonweinberg@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:12:27 -0400 Subject: [PATCH] added psql web app --- index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 575928f..8a1150b 100644 --- a/index.html +++ b/index.html @@ -79,7 +79,15 @@
The purpose of this web app is to record and handle financial transaction input forms, update a database and fetch records as needed. QuickSheets features user authentication and authorization, real-time data updates, user-specific summary display of key metrics and transactions and mobile responsiveness. Technologies used: Django (ORM), PostgreSQL, Docker, Google Cloud Platform (Cloud Run and Cloud SQL), Bootstrap HTML, CSS and JavaScipt. To view/demo QuickSheets, login using the read-only access account ( U = 'read_only' , P = 'forviewingpurposes' )
+ + Login to QuickSheets +The purpose of this project is to transform a large dataset into intuitive and interactive dashboards which enable users of all backgrounds to easily interpret and explore trends and insights.