Identity API is a microservice which is used for the creation and management of beneficaries.
- Beneficiary Creation
- Beneficiary Search
- Beneficiary Management
This microservice is built on Java, Spring boot framework and MySQL DB.
- JDK 1.8
- Maven
$ ./mvn clean install
This service has been tested on Wildfly as the application server.
- Wildfly (or any compatible app server)
- Redis
- MySQL Database
- RMNCH (Reproductive, Maternal, Newborn, and Child Health)
All features have been exposed as REST endpoints. Refer to the SWAGGER API specification for details.