React GUI code base
Note:
- after cloning repository open bms_app
- install the react scripts using the following command: 'npm install react-scripts' otherwise you cannot run app on local host
- to use the backend you must run both the backend and frontend parts simultaneously
- frontend: open terminal in bms_app folder use: 'npm start'
- backend: open terminal in serialcomm folder 'npm run dev'
- backend deals w/ serial communication
- to view the backend use the url: "http://localhost:8000/graphdata"
Todo List
- change graph info dynamically -if it takes long default to just show graph info using list
- UML diagrams