supabase google authentication for a reflex Python app
-
clone repo:
git clone https://github.com/emmakodes/supabase_google_auth.git -
change directory to reflex_ocr_system
cd supabase_google_auth -
Create a virtual environment and activate it
python3 -m venv .venvsource .venv/bin/activate -
Install requirements
pip install -r requirements.txt -
Run the application. run the following command in the terminal to initialize and run the app:
reflex initreflex run