Sofia Shnaidman e0522aa9f0 Minor tweaks. 5 年之前
..
mock 8ccd48e812 Merge branch 'master' of github.com:provectus/kafka-ui into feature/12-consumer-group-details 5 年之前
public 498eb96bee Feature/backend init (#3) 5 年之前
src e0522aa9f0 Minor tweaks. 5 年之前
.env 498eb96bee Feature/backend init (#3) 5 年之前
.gitignore 498eb96bee Feature/backend init (#3) 5 年之前
LICENSE 498eb96bee Feature/backend init (#3) 5 年之前
README.md 498eb96bee Feature/backend init (#3) 5 年之前
docker-compose.yaml 498eb96bee Feature/backend init (#3) 5 年之前
package-lock.json 498eb96bee Feature/backend init (#3) 5 年之前
package.json 498eb96bee Feature/backend init (#3) 5 年之前
tsconfig.json 498eb96bee Feature/backend init (#3) 5 年之前

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