This is the digital adaption of the "A Day In The Life Of A River" project lab packet
This is all the server code, written in Node.JS . This code is meant to be used in conjunction with our custom Raspberry Pi3 model B devices called FlowPi s that give off their own ad hoc Wi-Fi network. This feature will allow students in the field to access the FlowPi's local web server which would host the digital version of the "A Day In The Life Of A River" lab packet.
You can download the contents of this repo and cd into the directory from the console
and then use npm install
to add the the necessary packages and modules
Or
WARNING! This doesn't always work
Open a Command prompt or Terminal to the location of the server directory
Type npm i flowriverproject
or npm install flowriverproject
and hit enter
Note: This will take a bit, for right now our app is pretty resource dependantOnce that is complete, open the folder you installed it in
Go to the folder node_modules
Look for the folder flowriverproject and open it
Copy all the contents from this folder and paste them into the project/server directory