Azat Mutigullin cba12d4ff4 [FE] Fix eslint errors пре 4 година
..
mock 0815739d79 Consumer group details view. (#18) пре 5 година
public 498eb96bee Feature/backend init (#3) пре 5 година
src cba12d4ff4 [FE] Fix eslint errors пре 4 година
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup пре 5 година
.env a4f1908fb6 Small fixes пре 4 година
.eslintrc.json cba12d4ff4 [FE] Fix eslint errors пре 4 година
.gitignore 498eb96bee Feature/backend init (#3) пре 5 година
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup пре 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 cba12d4ff4 [FE] Fix eslint errors пре 4 година
package.json cba12d4ff4 [FE] Fix eslint errors пре 4 година
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