Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Sep 30, 2024Building a REST API with Ktor and Exposed | KotlinThis article is about how to create a simple REST API using Ktor and Exposed. We will develop a simple inventory App with CRUD functions. We can request a list of all products in the database, a product by its ID, add new products, and update and rem...191 readsKotlin