Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.4 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.4 KB

digital-card-service

Service responsible to auto generate digital card once the registration packet is processed by registration processor module

Databases

Refer to SQL scripts.

Build & run (for developers)

The project requires JDK 21.0.3 and mvn version - 3.9.6

  1. Build and install:
    $ cd kernel
    $ mvn install -Dgpg.skip=true
    
  2. Build Docker for a service:
    $ cd <service folder>
    $ docker build -f Dockerfile
    

Configuration

Digital Card Service uses the following configuration files that are accessible in this repository. Please refer to the required released tagged version for configuration.

  1. Configuration-DigitalCard
  2. Configuration-Application

Refer Module Configuration for location of these files.

Deploy

To deploy digital-card-service on Kubernetes cluster using Dockers refer to Sandbox Deployment.

APIs

API documentation is available here.

License

This project is licensed under the terms of Mozilla Public License 2.0.