Zhenya Taran 37056d4561 move react-app to its own folder inside project il y a 5 ans
..
mock 37056d4561 move react-app to its own folder inside project il y a 5 ans
public 37056d4561 move react-app to its own folder inside project il y a 5 ans
src 37056d4561 move react-app to its own folder inside project il y a 5 ans
.env 37056d4561 move react-app to its own folder inside project il y a 5 ans
.gitignore 37056d4561 move react-app to its own folder inside project il y a 5 ans
LICENSE 37056d4561 move react-app to its own folder inside project il y a 5 ans
README.md 37056d4561 move react-app to its own folder inside project il y a 5 ans
docker-compose.yaml 37056d4561 move react-app to its own folder inside project il y a 5 ans
package-lock.json 37056d4561 move react-app to its own folder inside project il y a 5 ans
package.json 37056d4561 move react-app to its own folder inside project il y a 5 ans
tsconfig.json 37056d4561 move react-app to its own folder inside project il y a 5 ans

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