A Zeebe workflow monitoring application.
Folder | Master | Code coverage |
---|---|---|
Frontend | ||
Backend |
- Git
- Docker
- Backend- and frontend-specific development tools: Check the backend README and frontend README
- Clone the modified zeebe-test-bench:
git clone https://github.com/kauppie/zeebe-test-bench.git
- 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.
- Clone ZeeVision:
git clone https://github.com/ducanhpham0312/zeevision.git
- Open
zeevision
in the command line, then build and run the application as a whole stack:docker compose up --build
- Open
localhost:8080
to start.
- Please follow the guidelines in
zeebe-test-bench
to see the steps