Series: supabase-series
10 parts
Series: supabase-series
- 0.Series: Supabase from setup to deploy
- 1.Supabase overview
- 2.Project setup, CLI and environment variables
- 3.Postgres schema and table design
- 4.Migrations: write and apply
- 5.Auth: JWT, session and backend integration
- 6.Prisma + Supabase: connect and sync schema
- 7.Row Level Security (RLS) and policies
- 8.API: PostgREST vs custom API and when to use which
- 10.Deploy, CI/CD and multi-project