Skip to content

SmartOperatingBlock/patient-management-integration-microservice

Repository files navigation

Patient Management System Microservice

Release License: MIT Version

Code Smells Bugs Vulnerabilities Duplicated Lines (%)

The integration microservice responsible to store and provide patients informations.

Usage

  1. Provide a .env file with the following variables:

    • PATIENT_MANAGEMENT_MONGODB_URL
  2. Run the container with the command:

    docker run ghcr.io/smartoperatingblock/patient-management-integration-microservice:latest

Documentation

  • Check out the latest REST API here.
  • Check out the code documentation here.