This project consist of a React js plug in component that we use to graphically visualize the received data in real time and a java spring boot test server.
- git clone https://github.com/ASA-GH/Graph.git
- cd Graph
- npm i --s
- npm start
- cd backend
- gradle bootRun
- http://localhost:3000
