This is demo REST API developed in Kotlin language. The back end framework is used for the development is SpringBoot framework. This API has two methods ie GET and POST.
GET method will return all of the employees from the database.
POST method will create a new employee everytime it is called.
The application makes use of the H2 database which is an in-memory database engine.
The project can be built using Maven build tool.