Azat Gataullin 2d45c488f9 Enhancement/improve time to retain usability v2 (#35) 5 years ago
..
mock c26edd1316 WIP: Consumer groups list with search. (#17) 5 years ago
public 498eb96bee Feature/backend init (#3) 5 years ago
src 2d45c488f9 Enhancement/improve time to retain usability v2 (#35) 5 years ago
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup 5 years ago
.env 498eb96bee Feature/backend init (#3) 5 years ago
.eslintrc.json fd6296fa9a enhancement/24-add-husky-and-other-scripts 5 years ago
.gitignore 498eb96bee Feature/backend init (#3) 5 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 fd6296fa9a enhancement/24-add-husky-and-other-scripts 5 years ago
package.json c17d8bfc28 enhancement/24-remove-extra-git-add 5 years ago
tsconfig.json 498eb96bee Feature/backend init (#3) 5 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