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

rajapandi1234/pre-registration

This branch is 3 commits ahead of, 1 commit behind mosip/pre-registration:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba9dae6 · Oct 15, 2024
Oct 15, 2024
Aug 22, 2023
Mar 6, 2024
Feb 11, 2022
Mar 4, 2024
Jun 20, 2019
Aug 10, 2020
Jul 11, 2019
Mar 6, 2024
Jun 22, 2020

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

Packages

No packages published

Languages

  • Java 95.0%
  • HTML 1.8%
  • Shell 1.2%
  • Other 2.0%