##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
On The Server | On The Client |
---|---|
Express | Bootstrap 3 |
Jade | Backbone.js |
Passport | jQuery |
Mongoose | Underscore.js |
- git clone https://github.com/diki/nodejs-passport-boilerplate.git
- cd nodejs-passport-boilerplate
- npm install
- create config.js file under config folder (see config example)
- npm start
MIT