Skip to content

SmartOperatingBlock/staff-tracking-microservice

Repository files navigation

Staff Tracking Microservice

Release License: MIT Version

Code Smells Vulnerabilities Duplicated Lines (%) Technical Debt Security Rating

Usage

  1. Provide a .env file with the following variables:
    • STAFF_TRACKING_MONGODB_URL: the mongodb connection string
    • BOOTSTRAP_SERVER_URL: the kafka connection endpoint
    • SCHEMA_REGISTRY_URL: the schema registry url
  2. Run the container with the command:
    docker run ghcr.io/smartoperatingblock/staff-tracking-microservice:latest

Documentation

  • Check out the website here
  • Check out the REST-API documentation here
  • Check out the Code documentation here here