Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

ProjectEKA/user-onboarding-service

Repository files navigation

:CM: User Onboarding Service

This service is an add-on to the CM to onboard patients/users who can not self service to get registered or linked

💪 Motivation

The customer may designate an HIU as the recipient of the Health Information when requesting consent artifact creation to consent manager. The HIU needs to maintain the customer’s health information provided to it securely in compliance with terms of the consent granted by the Customer.

Build Status

👍 Code Style

JAVA Naming Conventions

🎉 Language/Frameworks

🏁 Requirements

🐳 Running From The Docker Image

Create docker image

docker build -t uos .

To run the image

docker run -d -p 9060:8080 uos

🚀 Running From Source

To run

./gradlew bootRun

or if you want to run in dev environment setup

./gradlew bootRun --args='--spring.profiles.active=dev'

Running The Tests

To run the tests

./gradlew test

Features

  1. APIs for registration and linking of users/patients to hospitals

API Contract

Once ran the application, navigate to

{HOST}/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published