Completed
00:00 Prerequisites
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Backend Dev Crash Course for Beginners With Spring Boot - Kotlin, JWT Auth, MongoDB (2025)
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 Prerequisites
- 2 1:43 - What even is a REST API?
- 3 7:25 - What is a backend framework?
- 4 9:55 - What we will build
- 5 11:02 - Creating a Spring Boot project
- 6 15:20 - Project roundtrip
- 7 21:18 - Mongo Atlas setup
- 8 33:14 - Saving notes to MongoDB
- 9 1:06:00 - Base setup for security config
- 10 1:12:55 - Checking notes in Mongo Atlas
- 11 1:14:24 - Spring's Bean mechanism
- 12 1:17:30 - Deleting notes
- 13 1:21:05 - Setting up the user collection
- 14 1:30:12 - JWT generation & verification
- 15 1:57:27 - User registration & login
- 16 2:35:55 - Responding with correct status codes
- 17 2:44:57 - Field validation
- 18 2:52:47 - Trying it out & fixing last bugs