Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building a Million-Dollar SaaS Application with Next.js and Modern Web Technologies
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Project Demo/Overview
- 3 - Next.js Setup
- 4 - ShadCN Setup
- 5 - Navbar Design
- 6 - Clerk Setup
- 7 - Landing Page Design
- 8 - Sign In/Sign Up Pages
- 9 - Dashboard Navbar Design
- 10 - Private Route Setup
- 11 - Database Setup
- 12 - Type Safe Environment Variables
- 13 - Drizzle Setup
- 14 - Clerk Webhooks
- 15 - IMPORTANT: Database Clean Code
- 16 - Finish Clerk Webhooks
- 17 - Dashboard Home Page
- 18 - New Products Form
- 19 - Product Grid
- 20 - IMPORTANT: Caching System
- 21 - Edit Product Details Form
- 22 - Edit Product Country Discounts Form
- 23 - Start Edit Product Customization Form
- 24 - IMPORTANT: User Permissions
- 25 - Finish Edit Product Customization Form
- 26 - More User Permissions
- 27 - User Subscription Page
- 28 - Stripe Integration
- 29 - Banner API
- 30 - Analytics Page
- 31 - Fixing Mistakes