useful node js code snippets
- http://exponential.io/blog/install-or-upgrade-nodejs-on-windows/
- Check node version --> node --version
- Check npm version --> npm --version
- Install all modules in package.json -> npm install
- node js code for read, write, update and delete postgres users table -- done
- passport authentication and authorization with node-postgres and squel js -- done
- onConflict in squel js -- done
- Email token recreate option for user --done
- Add Forgot Password feature