/nodejs-passport-boilerplate

nodejs passport boilerplate

Primary LanguageJavaScript

NodeJS Passport Boilerplate

##Demo

User system in nodejs illustrating the use of passport in express, jade and mongoose environment together with front pages for login, signup and profile mock built with Twitter Bootstrap

Includes login with Facebook, Twitter, Github and Google together with Passport LocalStrategy

Many thanks to https://github.com/madhums/node-express-mongoose-demo since this project is stripped and modified version

Technology

On The Server On The Client
Express Bootstrap 2
Jade Backbone.js
Passport jQuery
Mongoose Underscore.js

Installation

  1. git clone https://github.com/diki/nodejs-passport-boilerplate.git
  2. cd nodejs-passport-boilerplate
  3. npm install
  4. create config.js file under config folder (see config example)
  5. npm start

License

MIT