socket io is connecting

This commit is contained in:
Michael Q Larson
2014-10-13 18:00:37 -07:00
parent ad929be410
commit 254740c065
11 changed files with 479 additions and 2846 deletions

View File

@ -15,7 +15,8 @@ var userSchema = new mongoose.Schema({
gender: { type: String, default: '' },
location: { type: String, default: '' },
website: { type: String, default: '' },
picture: { type: String, default: '' }
picture: { type: String, default: '' },
username: { type: String, default: '' }
},
resetPasswordToken: String,