Austin Beggs
Kriti Sehgal
Evan Scott
To run React:
Navigate to Client/react_app Directory,
run 'npm install' to install modules & dependencies,
run 'npm run start' will run on http://localhost:3000
TO run Express:
Navigate to Server Directory,
run 'npm install' to install modules & dependencies,
run 'node app.js' will run on http://localhost:5000