Skip to content

haleyparty/whiteboard

 
 

Repository files navigation

whiteboard


[description of whiteboard goes here]

Team

  • Product Owner: Haley Bash
  • Scrum Master: Lorenzo De Nobili
  • Development Team Members: Christian Everett, Lorenzo De Nobili, Rory Sametz, Haley Bash

Table of Contents

  1. Usage
  2. Requirements
  3. Technologies Used
  4. Development
    1. Installing Dependencies
    2. Tasks
  5. Contributing

Usage

Visit the page, currently hosted on qswb.herokuapp.com

Technologies Used

Requirements

Development Process

Step 0: Fork and clone the repository from GitHub

Step 1: Installing Dependencies

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

Step 2: Running Locally

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

Visiting the server

While node is running, visit the locally running server at 127.0.0.1:3000

Testing

npm test

About

Collaborative whiteboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.6%
  • CSS 5.0%
  • HTML 2.3%
  • Shell 0.1%