This repository contains the source code MOSIP Admin module. For an overview refer here. The module exposes API endpoints. For a reference front-end UI implementation refer to Admin UI github repo
Admin module contains following services:
- Admin Service
- Masterdata Service
- Sync Data Service
- Hotlist Service
Refer to SQL scripts.
The project requires JDK 1.11.
- Build and install:
$ cd kernel $ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
- Build Docker for a service:
$ cd <service folder> $ docker build -f Dockerfile
To deploy Admin on Kubernetes cluster using Dockers refer to Sandbox Deployment.
Automated functional tests available in Functional Tests repo.
API documentation is available here.
This project is licensed under the terms of Mozilla Public License 2.0.