Contains a Backend App that lets you get, add and delete Contact
s using the multiplatform-rest-lib
.
- To build this app you'll need to compile
contacts-client-lib
first, as explained here. contacts-client-lib
requires you to set the base url of thecontacts-backend-app
. You can configure this inapplication.properties
.- Open the project in your favorite IDE and run the main function from
Application.kt
.
You can now perform GET, POST and DELETE requests to /api/contact-descriptions
. E.g: