Skip to content

anujram178/quilldashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Quill Dashboard

Quill allows SaaS companies to build dashboards with little code.

This is a lightweight version of Quill where React frontend has dashboards composed of charts.

Backend is written in Python/Flask and data is stored in supabase which is postgreSQL behind the scenes and interfaced with a simple supabase url and supabase API key

Set up environment variables

Supabase env variables

export SUPABASE_URL="https://jlsrybflmjghqyyoinak.supabase.co"

export SUPABASE_KEY="<my_supabase_key>"

Run backend

cd into pythonBackend => pip install requirements.txt and run python3 app.py

Run frontend

cd into react-frontend

install the node_modules using npm install

start the React frontend with npm start

About

quill project - sample dashboard

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages