Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 2.47 KB

README.md

File metadata and controls

28 lines (22 loc) · 2.47 KB

API Gateway Microservice

Release License: MIT Version

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

The API Gateway microservice responsible to handle clients requests and to route them to the appropriate service.

Usage

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

    • 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/api-gateway-microservice:latest
    

Documentation

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