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

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