Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 404 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 404 Bytes

Setup supabase database

  • Sign in to supabase.com
  • Download the db.sql file
  • Install postgresql on your system (Get access to psql command)
  • Run psql -h db.database-id.supabase.co -p 5432 -d postgres -U postgres -f db.sql
    • Enter the password
    • Wait for the operation to complete
  • Copy the url and public key and use as the environment variable