Contains a backend app that exposes a controller to get, add and delete Contacts.
The Contacts are stored in memory.
- You'll need to compile
contacts-common-libfirst, as explained here. - 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/contacts. E.g:
Note: You must start this application so that the Android, iOS and backend clients using
contacts-client-libwill be able to make HTTP requests.



