Creating a project

Let's create a project where we will create REST APIs using a database for users, and show a list of the user details. In this project, we will use JDBC, MySQL, and Spring Boot.

To create a project, go to https://start.spring.io and create a Kotlin-based project with the following given dependencies:

Now we'll create some demo code, and we can test them.