1. QuickStart
2. Introduction
Part 1: Build Heroku PostgreSQL Database
Step 0. Update Hasura Env
Step 1. Set up Heroku
Step 2. Create users table
Step 3. Create kitties table
Step 4. Create an array relationship
Step 5. Create an object relationship
Part 2: Build Next.js Client
<Signup />
<KittyDashboard />
<UserKittyPics />
<Profile />
Part 3: Plug in Magic Auth
Basic Business Use-Cases:
1. Signing up or Logging in
2. Ensure User is Logged in
3. Logging out
Part 4: Build GraphQL API
<Signup />
<KittyDashboard />
<UserKittyPics />
<Profile />
Try Magic
Part 1: Build Heroku PostgreSQL Database
Step 2. Create users table
Step 3. Create kitties table
Step 4. Create an array relationship
Step 5. Create an object relationship