Create and List with Supabase (graded)
← Back to Week 3 / ← Course Index
Objective
Create and list with Supabase
Requirements
- Implement POST /items that inserts a row using the Supabase client.
- Implement GET /items that returns rows.
Submission
Git repo link
Rubric (20 pts)
- POST inserts through Supabase 0-5
- GET lists through Supabase 0-5
- Project runs from README 0-5
- Code organization 0-5