Sofia Shnaidman 5f6b467c2b Added concumer groups list with search. hace 5 años
..
mock 5f6b467c2b Added concumer groups list with search. hace 5 años
public 498eb96bee Feature/backend init (#3) hace 5 años
src 5f6b467c2b Added concumer groups list with search. 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