Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Identity API Module
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Identity API is a microservice which is used for the creation and management of beneficaries.

### Primary Features
* Beneficiary Creation
* Beneficiary Search
* Beneficiary Management


## Building From Source
This microservice is built on Java, Spring boot framework and MySQL DB.

### Prerequisites
* JDK 1.8
* Maven

$ ./mvn clean install

## Installation
This service has been tested on Wildfly as the application server.

### Prerequisites
* Wildfly (or any compatible app server)
* Redis
* MySQL Database

## Integrations
* RMNCH (Reproductive, Maternal, Newborn, and Child Health)
## Usage
All features have been exposed as REST endpoints. Refer to the SWAGGER API specification for details.