Git Product home page Git Product logo

id-repository's Introduction

Maven Package upon a push Quality Gate Status

ID Repository

Overview

This repository contains source code and design documents for MOSIP ID Repository which is the server-side module to manage ID lifecycle. The modules exposes API endpoints.

Database

See DB guide

Build & run (for developers)

The project requires JDK 1.11.

  1. To build jars:

    $ cd id-repository
    $ mvn clean install 
    
  2. To skip JUnit tests and Java Docs:

    $ mvn install -DskipTests=true -Dmaven.javadoc.skip=true
    
  3. To build Docker for a service:

    $ cd <service folder>
    $ docker build -f Dockerfile
    
  4. As a developer, to run a service jar individually:

    `java -Dspring.profiles.active=<profile> -Dspring.cloud.config.uri=<config-url> -Dspring.cloud.config.label=<config-label> -jar <jar-name>.jar`
    

    Example:
    profile: env (extension used on configuration property files*)
    config_label: master (git branch of config repo*)
    config-url: http://localhost:51000 (Url of the config server*)

    * Refer to kernel-config-server for details

  5. kernel-auth-adapter.jar needs to added to the build path to run the service.

NOTE: To run identity service, Biometric SDK implementation jar or Mock SDK needs to be added to the build path.

Deploy

To deploy ID Repository on Kubernetes cluster using Dockers refer to mosip-infra

Configuration

Refer to the configuration guide.

Test

Automated functaionl 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

id-repository's People

Contributors

manojsp12 avatar loganathan-sekaran avatar sowmya695 avatar ckm007 avatar mandeepdhiman123 avatar balaji-alluru avatar rambhatt1591 avatar kameshsr avatar prafulrakhade avatar syedsalman3753 avatar gsasikumar avatar vipuldhurve avatar nagarjunakuchi avatar neha2365 avatar vishwa-vyom avatar mahammedtaheer avatar aihamh avatar sadanandegowda avatar dhanendra06 avatar ritikjain4108 avatar mahesh-binayak avatar pjoshi751 avatar nayakrounak avatar rakshithb1 avatar monobikashdas avatar ase-101 avatar urviljoshi avatar vipuldhurve02 avatar akilalakshmanan avatar chandrashekarshetti avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.