Ktor server for beginners – MongoDB (Part 1 – CRUD)

Level: Beginner In the previous lesson we made our first GET and POST requests and we used a mutable list of fruits to simulate adding and retrieving data from a database, in this lesson we are going to save our data in a real database as this will be much more convenient 🙂 What is […]

Ktor server for beginners – MongoDB (Part 1 – CRUD) Read More »