Sofia Shnaidman 8e58a0895d Merge branch 'master' of github.com:provectus/kafka-ui into improvement/6-remove-disk-system-dashboards há 5 anos atrás
..
mock 8e58a0895d Merge branch 'master' of github.com:provectus/kafka-ui into improvement/6-remove-disk-system-dashboards há 5 anos atrás
public 498eb96bee Feature/backend init (#3) há 5 anos atrás
src 8e58a0895d Merge branch 'master' of github.com:provectus/kafka-ui into improvement/6-remove-disk-system-dashboards há 5 anos atrás
.env 498eb96bee Feature/backend init (#3) há 5 anos atrás
.gitignore 498eb96bee Feature/backend init (#3) há 5 anos atrás
LICENSE 498eb96bee Feature/backend init (#3) há 5 anos atrás
README.md 498eb96bee Feature/backend init (#3) há 5 anos atrás
docker-compose.yaml 498eb96bee Feature/backend init (#3) há 5 anos atrás
package-lock.json 498eb96bee Feature/backend init (#3) há 5 anos atrás
package.json 498eb96bee Feature/backend init (#3) há 5 anos atrás
tsconfig.json 498eb96bee Feature/backend init (#3) há 5 anos atrás

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