![]() |
hace 4 años | |
---|---|---|
.. | ||
mock | hace 5 años | |
public | hace 5 años | |
src | hace 4 años | |
.editorconfig | hace 5 años | |
.env | hace 4 años | |
.eslintignore | hace 4 años | |
.eslintrc.json | hace 4 años | |
.gitignore | hace 4 años | |
.nvmrc | hace 4 años | |
.prettierrc | hace 5 años | |
LICENSE | hace 5 años | |
README.md | hace 4 años | |
docker-compose.yaml | hace 5 años | |
package-lock.json | hace 4 años | |
package.json | hace 4 años | |
tsconfig.dev.json | hace 4 años | |
tsconfig.json | hace 4 años |
UI for Apache Kafka management
.nvmrc
)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
If you plan to use full fake REST API you have to update .env
.
REACT_APP_API_URL=http://localhost:3004
Start JSON Server if you prefer to use default full fake REST API.
npm run mock
Start application
npm start