Skip to content

linghuaj/canvaschat

 
 

Repository files navigation

canvaschat

Canvaschat helps in communicating between two people in a fun and interactive way. Chat messages are communicated in real time, they can be persisted to a local database or shared on a social platform.

User stories

User stories

Setup

  • clone the repo: git clone git@github.com:KatDevs/canvaschat.git
  • If not alerady installed, install Node.
  • Install babel: npm install -g babel
  • Install nodemon: npm install -g nodemon
  • Install bower: npm install bower -g
  • Install gulp: npm install gulp -g
  • If not alerady installed, install and run MongoDB.
  • run npm install from the root.
  • run gulp
  • run npm start to start the server
  • navigate to 127.0.0.1:8000 to access the website.

Demo

Features

  • User signup and connect to facebook alt tag

  • Profile page and view saved canvases alt tag

  • Canvas chat alt tag

  • Upload image, paing and share on facebook alt tag

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • CSS 2.5%