- Create a new Supabase project
- Copy the keys into
fetch-utils.js
- Seed your database using
seeds.sql
by copy / pasting the SQl commands into the SQL Editor on Supabase - Change
skip
totest
infetch-utils.test.js
on one function at a time - Complete the functions in
fetch-utils.js
using the Supabase client to get the test to pass - Repeat steps 4-5 for every function