Birth & Death Service Setup

This is the egov application, which helps and provides a digital interface, allowing employees/citizens for downloading Birth & Death Certificates. Employees can register both birth and death applications, and update and search where the citizen has an access to download the certificates. There are two processes while downloading the certificates citizen can download the certificate free for the first time and it will be charged for the next downloads so the citizen has to pay the amount and download the certificates.

The setup of the Application is as follows

Requirements

  • Knowledge of Java/J2EE(preferably Java 8 version)

  • Knowledge of Spring Boot and spring-boot microservices.

  • Knowledge of Git or any version control system.

  • Knowledge of RESTful Web services.

  • Knowledge of the Lombok library will helpful.

  • knowledge of eGov-mdms service, eGov-persister, eGov-idgen, eGov-sms, eGov-email,eGov-user, eGov-localization, eGov-workflow-service will be helpful.

Functionality

  1. The BnD Module facilitates the citizen to search and download the certificate.

  2. The BnD Module enables the counter employee to enter the details of Birth and Death using the Registration form.

  3. The BnD Module provides a facility to the counter employee to search the details of registration and view the details of the registration.

  4. The BnD Module provides a facility to anyone who has downloaded the certificate, to check the correctness of the certificate by scanning the QR Code.

Setup & Usage

The Application is present among the municipal services group of applications available in the eGov-services git repository with the folder name birth-death-services. The spring boot application needs the Lombok* extension added to your IDE to load it. Once the application is up and running API requests can be posted to the URL and ids can be generated.

  • in the case of IntelliJ, the plugin can be installed directly, for eclipse the Lombok jar location has to be added in the eclipse.ini file in this format javaagent:lombok.jar

API Information

Application.properties File Information:

kafka topics persister configs for eGov persister

  • persister.save.birth.topic=save-birth-topic

  • persister.update.birth.topic=update-birth-topic

URLs for the external API references:

  • eGvo mdms :-> egov.mdms.host = https://dev.digit.org/

  • eGov -idGen :-> egov.idgen.host = https://dev.digit.org/

  • localization service :-> egov.localization.host = https://dev.digit.org/

  • idGen Id formats :-> egov.idgen.birthapplnum.name=birth_cert.receipt.id egov.idgen.birthapplnum.format=BR/CB/01/2022-0/063768 egov.idgen.deathapplnum.name=death_cert.receipt.id egov.idgen.deathapplnum.format=DT/CB/01/2022-0/063767

Configuration

Mdms configuration:

egov-mdms-data/BusinessService.json at master · egovernments/egov-mdms-data

egov-mdms-data/TaxHeadMaster.json at master · egovernments/egov-mdms-data

egov-mdms-data/TaxPeriod.json at master · egovernments/egov-mdms-data

egov-mdms-data/GLCode.json at QA · egovernments/egov-mdms-data

egov-mdms-data/bdTemplate.json at QA · egovernments/egov-mdms-data

egov-mdms-data/IdFormat.json at QA · egovernments/egov-mdms-data

Access MDMS Config

Action Test : URL Actions adding

action-test.json

Access to the Roles for the above Actions

roleacton.json

Birth and Death Roles

egov-mdms-data/roles.json at master · egovernments/egov-mdms-data

Persister configuration:

BND Persister YAML

Indexer Configuration

Birth Indexer YAML

Death Indexer YAML

Database Schema

Last updated

Was this helpful?