Skip to content

A Zeebe workflow monitoring application.

License

Notifications You must be signed in to change notification settings

ducanhpham0312/zeevision

Repository files navigation

ZeeVision

A Zeebe workflow monitoring application.

Folder Master Code coverage
Frontend Master Codecov
Backend Master Codecov

Installations

Setup the test-bench

  1. Clone the modified zeebe-test-bench:
    git clone https://github.com/kauppie/zeebe-test-bench.git
  2. Open zeebe-test-bench, follow the Installation and Setup guidelines in the repository's README. Verify in Docker Desktop that the containers are running normally.

Run the application

  1. Clone ZeeVision:
    git clone https://github.com/ducanhpham0312/zeevision.git
  2. Open zeevision in the command line, then build and run the application as a whole stack:
    docker compose up --build
  3. Open localhost:8080 to start.

Deploy processes and create instances

  • Please follow the guidelines in zeebe-test-bench to see the steps