Contains a backend app that exposes a controller to get, add and delete Contact
s.
The Contact
s are stored in memory.
- You'll need to compile
contacts-common-lib
first, 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-lib
will be able to make HTTP requests.