All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
Birth and Death Service Setup
Overview
This egov application helps and provides a digital interface, allowing employees/citizens to download Birth & Death certificates. Employees can register both birth and death applications, update and search. The citizen has the access to download the certificates. There are two processes while downloading the certificates - citizens can download the certificate free for the first time and it will be charged for the next downloads. The citizen has to pay the amount and download the certificates.
This page provides the configuration details for setting up the birth and death service.
Pre-Requisites
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 is helpful.
knowledge of eGov-mdms service, eGov-persister, eGov-idgen, eGov-sms, eGov-email,eGov-user, eGov-localization, eGov-workflow-service will be helpful.
Functionalities
The BnD module facilitates the citizen to search and download the certificate.
The BnD module enables the counter employee to enter the details of Birth and Death using
the Registration form.
The BnD module provides a facility for the counter employee to search the details of
registration and view the details of the registration.
The BnD module provides a facility for anyone who has downloaded the certificate, to check
the correctness of the certificate by scanning the QR Code.
Setup Details
The Application config file is available within 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