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

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