- clone repo
- cd into
./app
- open terminal and execute
docker-compose up --build
- open the browser and go to
http://localhost:8008/
- Front-end is built using React js ( i would have prefered to use typescript ) but the packages related to STOMP (WebSockets) have issues related to types
- there's a lot to be done ( Testing UI components and hooks ...ext)