Contains a Backend App that lets you get, add and delete Contacts using the multiplatform-rest-lib.
- To build this app you'll need to compile
contacts-client-libfirst, as explained here. contacts-client-librequires 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:



