Skip to content

toogle/express-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Boilerplate

This project includes:

Express Boilerplate provides following authentication strategies out-of-box and ready-to-use:

  • passport-local
  • passport-twitter (do not forget to change callback URL in auth.js)
  • passport-facebook (same as above here)

Usage

git clone https://github.com/toogle/express-boilerplate.git
cd express-boilerplate
npm install
bower install
node app.js

License

Copyright (C) 2013 Andrew A. Usenok <tooogle@mail.ru>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Releases

No releases published

Packages

No packages published