qubership-apihub-backend is a part of global qubership-apihub application, which is described here: qubership-apihub.
qubership-apihub-backend (aka API Registry) is the main backend microservice of qubership-apihub solution. It accumulates all business domain and core logic, provides REST API for qubership-apihub-ui and integrations.
Partial installation of qubership-apihub-backend makes no sense as it is a part of bigger application qubership-apihub. qubership-apihub installation is possible via docker-compose and helm. Please refer to installation guides: qubership-apihub.
If you want to run qubership-apihub-backend only for development or debugging purposes please refer to Debug section below
Just run build.cmd(sh) file from this repository
Backend configuration is implemented via a configuration file(config.yaml), for the full configuration please refer to the template file.