Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattmajestic/streamlit-supabase

Streamlit application integrated with Supabase Auth, Bucket Storage, postgres
https://github.com/mattmajestic/streamlit-supabase

python supabase

Last synced: 4 months ago
JSON representation

Streamlit application integrated with Supabase Auth, Bucket Storage, postgres

Awesome Lists containing this project

README

        

# Streamlit Supabase App 🚀

Welcome to the Streamlit Supabase app! This app shows some basic usage of a `Supabase` backend within Streamlit deployed on `Streamlit Cloud`.

## Features
- `User Login` authentication using Supabase
- `User signup` using Supabase
- `File upload` to a Supabase storage bucket
- Retrieve + View `Supabase Backend` of session ids + timestamp

## PyPI Package 🐍

Check out the PyPI package: [pip install streamlit-supabase](https://pypi.org/project/streamlit-supabase/)

Github Action to deploy to PyPI: [publish-to-pypi.yml](https://github.com/mattmajestic/streamlit-supabase/blob/main/.github/workflows/publish-to-pypi.yml)

## Live Demo

Check out the live demo of the app: [Streamlit Supabase App](https://supabase-demo.streamlit.app/)

![image](https://github.com/mattmajestic/streamlit-supabase/assets/33904170/61c3c7be-f73b-4efb-9b64-72e8d6415f76)