Identity API is a microservice which is used for the creation and management of beneficaries.
- Beneficiary Creation
- Beneficiary Search
- Beneficiary Management
For setting up the development environment, please refer to the Developer Guide .
This service consists of two profiles that work together: the main application profile and the 1097_identity profile. Each profile operates on a different port for independent functionality.
# Build and Run
mvn clean install -DENV_VAR=local
mvn spring-boot:run -DENV_VAR=local
# Build and Run (in a new terminal)
mvn clean install -P1097_identity -DENV_VAR=local
mvn spring-boot:run -P1097_identity -DENV_VAR=local
Note: Start the main application before running the 1097_identity profile. Each profile requires the -DENV_VAR=local
parameter for local development.
Detailed information on API endpoints can be found in the API Guide.
- RMNCH (Reproductive, Maternal, Newborn, and Child Health)
All features have been exposed as REST endpoints. Refer to the SWAGGER API specification for details.
If you encounter any issues, bugs, or have feature requests, please file them in the main AMRIT repository. Centralizing all feedback helps us streamline improvements and address concerns efficiently.
We’d love to have you join our community discussions and get real-time support!
Join our Discord server to connect with contributors, ask questions, and stay updated.