Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 796 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 796 Bytes

AMRIT - BeneficiaryID-Generation-API Service

License: GPL v3 branch parameter

This service is used to generate unique beneficiary registration Id for new beneficiaries.

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

Usage

All features have been exposed as REST endpoints. Refer to the SWAGGER API specification for details.