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

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