Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Random Quote Machine with Nextjs, PlanetScale MySQL, and Drizzle ORM
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 PlanetScale
- 4 Create a MySQL database
- 5 Create & populate the tables
- 6 Promote the branch to production
- 7 Get connection credentials
- 8 Creating the Next.js project
- 9 Getting started with Drizzle
- 10 Introspect for automatic schema generation
- 11 Create library functions to retrieve the data
- 12 Next.js API Routes
- 13 Next.js Random Quote Machine