Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 306 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 306 Bytes

Dashboard Frontend

Microservice getting data from Kafka and streaming it to the fronted

Build and Run

../gradlew :DashboardFrontend:clean :DashboardFrontend:build

java -jar build/libs/DashboardFrontend-1.0-SNAPSHOT-all.jar

Frontend build commands can be found here