kafka-ui/kafka-ui-react-app
2020-03-11 11:15:08 +03:00
..
mock Merge branch 'master' of github.com:provectus/kafka-ui into improvement/6-remove-disk-system-dashboards 2020-03-11 11:15:08 +03:00
public Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
src Merge branch 'master' of github.com:provectus/kafka-ui into improvement/6-remove-disk-system-dashboards 2020-03-11 11:15:08 +03:00
.env Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
.gitignore Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
docker-compose.yaml Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
LICENSE Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
package-lock.json Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
package.json Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
README.md Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
tsconfig.json Feature/backend init (#3) 2020-02-27 15:55:53 +03:00

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