sergei 200edb9228 add theme styles, move interface, update test, snapshot il y a 3 ans
..
.husky 427d3faffa Bump react app deps (#285) il y a 4 ans
public 443ed8bc8c Replace favicon (#695) il y a 4 ans
src 200edb9228 add theme styles, move interface, update test, snapshot il y a 3 ans
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup il y a 5 ans
.env fcc703ddd6 Add ability to use custom basePath (#511) il y a 4 ans
.eslintignore ead4789cff [FE] Simplify Eslint config il y a 4 ans
.eslintrc.json 3370e3a489 Migrate react-hook-form to the latest version (#441) il y a 4 ans
.gitignore 376c25ab05 [CHORE] Update React to v17 il y a 4 ans
.nvmrc 2cb9b30090 Update node to v14.17.1 + deps (#559) 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 2cb9b30090 Update node to v14.17.1 + deps (#559) il y a 4 ans
docker-compose.yaml 498eb96bee Feature/backend init (#3) il y a 5 ans
openapitools.json 01213c96db Add object->any type mapping for openapi generator config il y a 4 ans
package-lock.json 7b284343a8 remove styles from theme il y a 3 ans
package.json 6ff3a4edf4 merge theme and custom button il y a 3 ans
sonar-project.properties ab57772329 [Chore] Connect. Connectors page (#382) il y a 4 ans
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings il y a 4 ans
tsconfig.json 6fb1d12355 [CHORE] Specs and Test env improvements (#198) il y a 4 ans

README.md

UI for Apache Kafka

UI for Apache Kafka management

Quality Gate Status

Table of contents

Requirements

Getting started

Have to be run from root directory.

Start UI for Apache Kafka with your Kafka clusters:

docker-compose -f ./docker/kafka-ui.yaml up

Go to react app folder

cd ./kafka-ui-react-app

Install Husky

npm install -g husky

Install dependencies

npm install

Generate API clients from OpenAPI document

npm run gen:sources

Start application

npm start

Links