Completed
— Image details, Update & Delete Image
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build and Deploy a Full Stack AI SaaS Platform with Next.js 14, TypeScript, and Stripe
Automatically move to the next video in the Classroom when playback concludes
- 1 — Intro
- 2 — Project Setup
- 3 — Next.js Routing & folder structure
- 4 — Clerk Authentication
- 5 — Layout Sidebar & Mobile Navigation
- 6 — Database & Models Setup
- 7 — Server Actions & Webhook
- 8 — Add Image Form React Hook Form + Zod Validation
- 9 — Cloudinary Media Uploader
- 10 — Transformed Image Components
- 11 — Image Server Action
- 12 — Homepage + Search & Pagination
- 13 — Image details, Update & Delete Image
- 14 — Checkout & Pay with Stripe
- 15 — Final Deployment & Production fixes