Ramazan Yapparov a8ed4ff37f #188 added pagination for get topics api (#249) 4 年之前
..
public 498eb96bee Feature/backend init (#3) 5 年之前
src a8ed4ff37f #188 added pagination for get topics api (#249) 4 年之前
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup 5 年之前
.env 494443bb08 OpenAPI integration for kafka-ui frontend (#120) 4 年之前
.eslintignore ead4789cff [FE] Simplify Eslint config 4 年之前
.eslintrc.json 6fb1d12355 [CHORE] Specs and Test env improvements (#198) 4 年之前
.gitignore 376c25ab05 [CHORE] Update React to v17 4 年之前
.nvmrc 9f3ae3a614 Node version updated (#159) 4 年之前
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup 5 年之前
LICENSE 498eb96bee Feature/backend init (#3) 5 年之前
README.md 9f138838ad Dependencies related to mock server removed and README updated 4 年之前
docker-compose.yaml 498eb96bee Feature/backend init (#3) 5 年之前
openapitools.json 36a5bbf9b1 [CHORE] Add openapi-generator-cli to generate sources on FE side (#221) 4 年之前
package-lock.json 36a5bbf9b1 [CHORE] Add openapi-generator-cli to generate sources on FE side (#221) 4 年之前
package.json 36a5bbf9b1 [CHORE] Add openapi-generator-cli to generate sources on FE side (#221) 4 年之前
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings 4 年之前
tsconfig.json 6fb1d12355 [CHORE] Specs and Test env improvements (#198) 4 年之前

README.md

Kafka-UI

UI for Apache Kafka management

Table of contents

Requirements

Getting started

Initialize application

Have to be run from root directory

./mvnw clean install -Pprod

Set correct URL to your API server in .env.

REACT_APP_API_URL=http://api.your-kafka-rest-api.com:3004

Start application

npm start

Links