Back to Yugabyte Db

Go Echo API Server for YugabyteDB-UI

yugabyted-ui/apiserver/cmd/server/README.md

2026.1.0.0-b25823 B
Original Source

Go Echo API Server for YugabyteDB-UI

YugabyteDB as a Service

Overview

This server was generated by the [openapi-generator] (https://openapi-generator.tech) project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.

To see how to make this your own, look here:

README

Running the server

To run the server, follow these simple steps:

go mod download
go build -o app

To run the server in a docker container

docker build --network=host -t YugabyteDB-UI .

Once the image is built, just run

docker run --rm -it YugabyteDB-UI 

Known Issue

TBA