Skip to content

SweetRiverSyrup/Flow

Repository files navigation

FlowRiverProject

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.

There are a few ways to set up the server code

Install with Git and NPM

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

Just NPM

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 dependant
Once 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

A Viola! It should work!

About

A Day in the Life of a River Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published