API (Supabase)
Supabase local development environment with PostgreSQL, Auth, and API services.
bun start # Start Supabase locally
bun stop # Stop Supabase
bun status # Show Supabase service status
bun reset # Reset database and regenerate types
bun generate # Generate TypeScript types
bun test # Run database testsFor additional Supabase CLI commands and usage, see the official CLI reference.
bun start- Start Supabase- Access Studio: http://localhost:54323
bun generate- Update types after schema changes
bun test # Run all database tests (requires Supabase running)Test files in supabase/tests/ cover database schema, CRUD operations, RLS policies, and triggers.
- API: 54321
- Database: 54322
- Studio: 54323
- Inbucket (Email): 54324
See the root README for complete setup instructions.