A WoT Project for Raspberry Pi
Members:
Armocilla, John Mar Y.
Del Rosario, Vance
Reyes, Justin Rupert F.
Rudico, Ericka F.
- Node installed
- Visual Studio Code
- Open Terminal with
ctrl + `
- Clone the github repository with
git clone https://github.com/VanceDR/Crowd-Counter-Test.git
- Go to the folder by
cd Crowd-Counter-Test
- Install packages needed using
npm install
- Run the app using
npm start
- Open the App in browser with
localhost:8484
- Counter
- Real-Time updated with Socket.io
- Charts with Charts.js
- Functioning Updates from counter to graphs
- Integration of the PIR Sensor to Control the increment and decrement of the values in the webapp
- Need Database to collect data over time