Skip to content

This repository contains services for pre-registering an Individual with MOSIP

License

Notifications You must be signed in to change notification settings

ganeshawle25/pre-registration

 
 

Repository files navigation

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.

About

This repository contains services for pre-registering an Individual with MOSIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.7%
  • Other 1.3%