Description
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
Syllabus:
- Create a Supabase Account and Database
- Generate a New NextJS with Supabase App
- Use Supabase CLI to Login and Init Project
- Start Supabase Locally and Create a Table
- Link Local Database to Remote and Run a Migration with Supabase
- Add Seed Data to Local Database with Supabase
- Pull Remote Database Changes with Supabase
- Deploy Local Database Changes to Supabase Remote Through Github Actions