mirror of
https://github.com/arnaucube/openworktime.git
synced 2026-02-06 19:26:41 +01:00
signup and login system added, making the webapp online
This commit is contained in:
@@ -6,9 +6,10 @@ var userSchema = new Schema({
|
||||
username: { type: String },
|
||||
password: { type: String },
|
||||
description: { type: String },
|
||||
avatar: { type: String },
|
||||
mail: { type: String },
|
||||
phone: { type: String },
|
||||
telegram: { type: String }
|
||||
avatar: { type: String },
|
||||
github: { type: String },
|
||||
web: { type: String },
|
||||
projects: { type: String }
|
||||
})
|
||||
module.exports = mongoose.model('userModel', userSchema);
|
||||
|
||||
Reference in New Issue
Block a user