Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building a Full Stack Application with Next.js, PostgreSQL, and Drizzle ORM - Part 3
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Tech Stack
- 3 User Stories Checklist
- 4 Create a Free Neon Account & Project
- 5 Upgrading to Next.js 15 Stable Version
- 6 Installing Drizzle ORM with Neon Postgres
- 7 Create a database connection
- 8 Create database table schemas
- 9 Define table relationships
- 10 Create a migration function
- 11 Create the drizzle config
- 12 Add scripts to package.json
- 13 Generate and Migrate database changes
- 14 Adding Data