Skip to content

A simple messaging and sketch streaming web app for brainstorming sessions

License

Notifications You must be signed in to change notification settings

methusael13/whiteboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing

Quickstart - Build your own Docker image

Build the Docker image using the following command

$ docker build -t nodejs-express:<tag> .

Run the Docker container using the command below.

$ docker run -d -p 8080:8080 nodejs-express:<tag>

Quickstart - git based pipeline

Follow the steps mentioned below for git based pipeline

  1. Ensure that you have a git project

  2. Edit app/src/server.js

  3. Commit your changes

    $ git add .
    $ git commit -m "message"
  4. Push the changes to git

    $ git push <remote> master

Advanced usage

Port

Default Port for application is 8080 .

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.1%
  • HTML 30.8%
  • CSS 22.1%