Oleg Shuralev ad720a8baf [CHORE] Update dependencies il y a 4 ans
..
public 498eb96bee Feature/backend init (#3) il y a 5 ans
src ddc784559d Get rid of redundant enums (#186) il y a 4 ans
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup il y a 5 ans
.env 494443bb08 OpenAPI integration for kafka-ui frontend (#120) il y a 4 ans
.eslintignore ead4789cff [FE] Simplify Eslint config il y a 4 ans
.eslintrc.json 5518bbd196 File for enzyme configuration fixed il y a 4 ans
.gitignore 376c25ab05 [CHORE] Update React to v17 il y a 4 ans
.nvmrc 9f3ae3a614 Node version updated (#159) il y a 4 ans
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup il y a 5 ans
LICENSE 498eb96bee Feature/backend init (#3) il y a 5 ans
README.md 9f138838ad Dependencies related to mock server removed and README updated il y a 4 ans
docker-compose.yaml 498eb96bee Feature/backend init (#3) il y a 5 ans
jest.config.js fe1929ebe8 Changes made il y a 4 ans
package-lock.json ad720a8baf [CHORE] Update dependencies il y a 4 ans
package.json ad720a8baf [CHORE] Update dependencies il y a 4 ans
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings il y a 4 ans
tsconfig.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings il y a 4 ans

README.md

Kafka-UI

UI for Apache Kafka management

Table of contents

Requirements

Getting started

Initialize application

Have to be run from root directory

./mvnw clean install -Pprod

Set correct URL to your API server in .env.

REACT_APP_API_URL=http://api.your-kafka-rest-api.com:3004

Start application

npm start

Links