Supabase Practice

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