Oleg Shur f5ed4a4d1b Merge pull request #133 from provectus/chore/update_react 4 years ago
..
mock 0815739d79 Consumer group details view. (#18) 5 years ago
public 498eb96bee Feature/backend init (#3) 5 years ago
src f5ed4a4d1b Merge pull request #133 from provectus/chore/update_react 4 years ago
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup 5 years ago
.env 494443bb08 OpenAPI integration for kafka-ui frontend (#120) 4 years ago
.eslintignore ead4789cff [FE] Simplify Eslint config 4 years ago
.eslintrc.json ead4789cff [FE] Simplify Eslint config 4 years ago
.gitignore 376c25ab05 [CHORE] Update React to v17 4 years ago
.nvmrc 376c25ab05 [CHORE] Update React to v17 4 years ago
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup 5 years ago
LICENSE 498eb96bee Feature/backend init (#3) 5 years ago
README.md 498eb96bee Feature/backend init (#3) 5 years ago
docker-compose.yaml 498eb96bee Feature/backend init (#3) 5 years ago
package-lock.json 376c25ab05 [CHORE] Update React to v17 4 years ago
package.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings 4 years ago
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings 4 years ago
tsconfig.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings 4 years ago

README.md

Kafka-UI

UI for Apache Kafka management

Table of contents

Getting started

Install packages

npm install

Set correct URL to your API server in .env.

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

Start JSON Server if you prefer to use default full fake REST API.

npm run mock

Start application

npm start

Links