illustration for Getting Started with Supabase Local Dev
free

Getting Started with Supabase Local Dev

Instructor

Ben Patton

9m closed-captioning
·
8 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.3
66
people completed
Published 10 months ago
|
Updated 3 weeks ago

Trying to develop with Supabase while your app is live is tricky.

You or a teammate makes some changes to the schema. Suddenly production is experiencing errors.

Or, what if you need to work offline? If you can't connect to Supabase that'll be a problem.

That's where you'd want to setup Supabase locally.

You can make all the changes you want in a local instance, create a migration, and then push your migration to the remote to keep changes in sync.

This whole process can be automated with Github actions even. That way, changes have to be reviewed and approved via PR before they go live.

In this course you will learn how to:

  • Setup your local dev environment
  • Start Supabase locally and create tables
  • Keep changes between your local database and a remote in sync
  • Seed data
  • and setup CI/CD through Github actions

Click "Start Watching" to get started!

Free Community Resource

A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.

Course Content

9m • 8 lessons

    You might also like these resources:

    illustration for Build a Realtime Chat App with Remix and Supabase
    Jon Meyers • 43m • Course

    Build a blazing fast chat app with Remix and Supabase! This course covers everything you need, from database hosting to authentication and authorization, all with real-time updates

    illustration for Cache Supabase data at the Edge with Cloudflare Workers and KV Storage
    Jon Meyers • Course • 28m

    Combining Supabase, Cloudflare Workers and KV Storage give you the benefits of reduced lag in a smooth and streamlined process.

    illustration for Build a SaaS product with Next.js, Supabase and Stripe
    Jon Meyers • 1h 10m • Course

    You'll build a static app with authentication that is backed by a database, change the structure of that database without compromising data, and take payments for subscriptions.