Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 954 Bytes

File metadata and controls

33 lines (23 loc) · 954 Bytes

AMRIT - Identity Service

License: GPL v3 branch parameter

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.