Streaming application POC
https://medium.com/@felice.geracitano/zero-to-demo-streaming-application-frontend-ec6cb95ee7d2 https://medium.com/@felice.geracitano/zero-to-streaming-application-backend-bf18fd1207ae https://medium.com/@felice.geracitano/zero-to-streaming-application-infrastructure-6e4b98d63e1
$ cd infra
$ docker-compose up --build
Confluent monitor dashboard available at: http://localhost:9021/clusters
Kibana available at http://localhost:5601/
$ cd frontend
$ npm run dev
Webapp available at: http://localhost:5000/
$ cd backend
$ ./gradlew bootRun