Run Application
Last updated
Was this helpful?
Last updated
Was this helpful?
We have completed integration with key services and we can now test out the REST APIs we have built.
Ensure that Kafka and Persister are running in the local environment.
Run birth-registration-service that we just created.
Import the postman collection of the APIs that this sample service exposes from here:
Test the following APIs:
Hit the _create API request to create a birth registration application. You should see entries in the local database.
Hit the _search API request to search for the created birth registration applications.
Hit _update API request to update your application by changing the baby's firstName field. You should be able to see the updates in the DB.