Connect to Supabase and Define Table
← Back to Week 3 / ← Course Index
Goal
Connect to Supabase and define one table
Steps
- Create a Supabase project and database.
- In the SQL editor, create a table for your resource with an id and a couple of fields.
- Set env vars in your server: SUPABASE_URL and SUPABASE_ANON_KEY (or server key on the server side only).
- Extra practice if you want
- insert two rows from the SQL editor
- create a quick README section with the table name and columns