Skip to content

unnivm/Employee-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee-REST-API

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.

Releases

No releases published

Packages

No packages published

Languages