Skip to content

Instantly share code, notes, and snippets.

@vivekrk
Created March 13, 2017 04:29
Show Gist options
  • Save vivekrk/682e36476c09ec82dd1d4c538d55d09a to your computer and use it in GitHub Desktop.
Save vivekrk/682e36476c09ec82dd1d4c538d55d09a to your computer and use it in GitHub Desktop.
User.js
attributes: { ‘
firstname’: { 
type: ‘string’,
 required: true 
},
 ‘lastname’: { 
type: ‘string’ 
},
 ‘email’: { 
type: ‘email’,
 unique: true,
 required: true 
},
 ‘encryptedPassword’: { 
type: ‘string’ 
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment