io.mosip.preregistration:pre-registration-application-service-impl

Parent project of MOSIP Pre-Registration


License
MPL-2.0

Documentation

Maven Package upon a push Quality Gate Status

Pre-registration

This repository contains the source code and design documents for MOSIP Pre-registration server. For an overview refer here. The modules exposes API endpoints. For a reference front-end UI implementation refer to Pre-registration UI github repo

Pre-registration module consists of the following services:

  1. Application
  2. Booking
  3. Batchjob
  4. Captcha
  5. Datasync

Database

See DB guide

Config-Server

To run Pre-registration services, run Config Server

Build & run (for developers)

Prerequisites:

  1. Config Server
  2. JDK 1.11
  3. Build and install:
    $ cd kernel
    $ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
    
  4. Build Docker for a service:
    $ cd <service folder>
    $ docker build -f Dockerfile
    

Deploy

To deploy Commons services on Kubernetes cluster using Dockers refer to Sandbox Deployment.

Configuration

Refer to the configuration guide.

Test

Automated functional tests available in Functional Tests repo.

APIs

API documentation is available here.

License

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