Completed
Edit existing notes
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Full Stack Apple Notes Web App with Auth and Nuxt 3
Automatically move to the next video in the Classroom when playback concludes
- 1 Project intro
- 2 Project setup / register page
- 3 MySQL + Prisma
- 4 Backend routes
- 5 Hashing passwords
- 6 Error handling
- 7 Backend validation
- 8 Auth with JSON web tokens
- 9 Login functionality
- 10 App frontend development
- 11 Pulling backend notes
- 12 Associate notes to users
- 13 Edit existing notes
- 14 Create new notes
- 15 Log out users
- 16 Finishing touches