soffest dd26014be1 Fixed api base path in react app. (#131) před 4 roky
..
mock 0815739d79 Consumer group details view. (#18) před 5 roky
public 498eb96bee Feature/backend init (#3) před 5 roky
src dd26014be1 Fixed api base path in react app. (#131) před 4 roky
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup před 5 roky
.env 494443bb08 OpenAPI integration for kafka-ui frontend (#120) před 4 roky
.eslintignore ead4789cff [FE] Simplify Eslint config před 4 roky
.eslintrc.json ead4789cff [FE] Simplify Eslint config před 4 roky
.gitignore 494443bb08 OpenAPI integration for kafka-ui frontend (#120) před 4 roky
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup před 5 roky
LICENSE 498eb96bee Feature/backend init (#3) před 5 roky
README.md 498eb96bee Feature/backend init (#3) před 5 roky
docker-compose.yaml 498eb96bee Feature/backend init (#3) před 5 roky
package-lock.json ead4789cff [FE] Simplify Eslint config před 4 roky
package.json ead4789cff [FE] Simplify Eslint config před 4 roky
tsconfig.json 498eb96bee Feature/backend init (#3) před 5 roky

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