coffeescript-passport-boilerplate
v0.1.0
Published
A demo app written in coffeescript, run on nodejs illustrating the use of passport in express, jade and mongoose environment
Downloads
6
Readme
CoffeeScript NodeJS Passport MongoDB Boilerplate
##Demo
User system is writen CoffeeScript, run on 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
Technology
| On The Server | On The Client | | ------------- | -------------- | | Express | Bootstrap 3 | | Jade | Backbone.js | | Passport | jQuery | | Mongoose | Underscore.js |
Installation
- 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
Start CoffeeScript Compiling
npm run-script watch
License
MIT