Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.33 KB

README.md

File metadata and controls

26 lines (22 loc) · 2.33 KB

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