![]() |
il y a 4 ans | |
---|---|---|
.. | ||
mock | il y a 5 ans | |
public | il y a 5 ans | |
src | il y a 4 ans | |
.editorconfig | il y a 5 ans | |
.env | il y a 4 ans | |
.eslintignore | il y a 4 ans | |
.eslintrc.json | il y a 4 ans | |
.gitignore | il y a 4 ans | |
.prettierrc | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 5 ans | |
docker-compose.yaml | il y a 5 ans | |
package-lock.json | il y a 4 ans | |
package.json | il y a 4 ans | |
tsconfig.json | il y a 5 ans |
UI for Apache Kafka management
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