Skip to content

aryangoyal90/Fastapi_supabase_connectivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

FastAPI with Supabase Integration

This is a simple FastAPI application that demonstrates integration with Supabase, a powerful and flexible open-source alternative to Firebase.

Prerequisites

Before running this application, make sure you have the following: 1.Python installed on your system (preferably Python 3.7 or higher). 2. Pip (Python package installer) installed. 3. A Supabase project set up with a URL and key. You can sign up for a free Supabase account at Supabase.io.

Installation:

Importing necessary modules:

pip install fastapi
pip install supabase

Supabase connectivity:

export SUPABASE_URL="YOUR_SUPABASE_URL"
export SUPABASE_KEY="YOUR_SUPABASE_KEY"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages