Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 2.12 KB

File metadata and controls

23 lines (17 loc) · 2.12 KB

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.