0.1.0 • Published 10 years ago

coffeescript-passport-boilerplate v0.1.0

Weekly downloads
3
License
-
Repository
-
Last release
10 years ago

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 ServerOn The Client
ExpressBootstrap 3
JadeBackbone.js
PassportjQuery
MongooseUnderscore.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

Start CoffeeScript Compiling

npm run-script watch

License

MIT