Completed
- Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Spring Boot Tutorial - Build a Rest API with MongoDB
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Jetbrains Academy
- 3 - Quick Word
- 4 - Bootstrap with Spring Initializr
- 5 - Exploring the code
- 6 - MongoDB and Mongo Express
- 7 - Connecting to MongoDB
- 8 - MongoDB Collections
- 9 - MongoDB Documents
- 10 - Defining the Model
- 11 - MongoDB @Document and @Id
- 12 - MongoRepository
- 13 - MongoDB Indexes
- 14 - MongoDB Template and Queries
- 15 - Queries From Method Name
- 16 - Architecture Diagram
- 17 - Lets build the API
- 18 - Exercise
- 19 - Next steps