In this video we are writing a small Spring Boot Kotlin project that uses a MongoDB database. The project is a REST API for cities.
Source code and links to documentation:
https://github.com/titus58/youtube-tu...
Chapters:
00:00 Introduction
00:32 Initialize the project
03:23 Start writing the code
05:16 Add the entity and repository
08:04 Add the REST Controller
13:13 Test the POST endpoint
17:45 Add the GET methods to the Controller
21:54 Add custom query methods to the repository