#ChatRoom ##Simple web based chat room
###Dependencies:
- MongoDB
- Node.js --> socket.io, mongodb, express, formidable, quickthumb, fs-extra
###Instructions for local testing:
- git clone https://github.com/dhuette13/Chat2.git
- cd Chat2
- npm install
- mkdir db/
- mongod --dbpath db/
- nodejs app.js
- open localhost:3000 in a web browser
###TODO:
- Detect and make hyperlinks
ImagesGifs- Make website pretty
Give title an icon- Pick domain name