kafka-ui/kafka-ui-react-app
azatsafin abae56b3d0
added dotenv npm package to get param from .env (#102)
Co-authored-by: Azat Safin <asafin@Azats-MacBook-Pro.local>
2020-09-16 12:05:18 +03:00
..
mock Consumer group details view. (#18) 2020-05-21 14:09:59 +03:00
public Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
src Fixed bugs (#90) 2020-08-03 15:40:58 +03:00
.editorconfig enhancement/24-use-arbnb-setup 2020-04-13 13:26:44 +03:00
.env Small fixes 2020-08-18 14:01:06 +03:00
.eslintrc.json Topic messages filtering paginating (#72) 2020-07-07 12:45:34 +03:00
.gitignore Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
.prettierrc enhancement/24-use-arbnb-setup 2020-04-13 13:26:44 +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 Topic messages filtering paginating (#72) 2020-07-07 12:45:34 +03:00
package.json added dotenv npm package to get param from .env (#102) 2020-09-16 12:05:18 +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