Comp3100. Team 32. Joshua Peddle & Ethan Mc Donald.
- Ensure node.js is installed
- Set directory to ~\visualization-server-app\
- run
npm install
to install dependencies - run
node server-app.js
to start the server - With server running, run
node utils\build_database.js
to build the database - With server running, run
npm test
(optional but recommended)
- run
node server-app.js
to start the server - go to http://localhost:3000 in your browser to see the client view.
- run
node server-app.js
to start the server - run
mocha
ornpm test
- In the folder where you found this readme file is the video demo. Play it in a video player of your choice.
- in the subfolder "Documentation" you can find the original proposal and the Iteration 3 documentation.
- Open in the iteration 3 documentation in a PDF reader of your choice.