Tip
can only be used if the hardware conditions met such as programmed Raspberry PI with Respective Fields
- clone the repo , navigate through frontend and backend folders and run
npm installin both folders to install dependencies - to open the GUI (client) use live server extension or just use link GUI
- then to run the server (backend) , navigate to backend folder and run
npm run startornode server.jsfor Real time data - to test the socket connection between client and server at the absence of hardware , run this script
npm run devornpm run server