[description of whiteboard goes here]
- Product Owner: Haley Bash
- Scrum Master: Lorenzo De Nobili
- Development Team Members: Christian Everett, Lorenzo De Nobili, Rory Sametz, Haley Bash
Visit the page, currently hosted on qswb.herokuapp.com
Run the following in the command line, from within the repository:
sudo npm install -g bower
npm install
[optional] For convenience with running the server:
npm install nodemon
Run the mongo database from the command line, in one tab:
mongod
Run the server in the other tab using node:
node server/server.js
[optional] run the server in nodemon instead (if installed) to automatically restart the server after changing files:
nodemon server/server.js
While node is running, visit the locally running server at 127.0.0.1:3000
npm test