An open API service indexing awesome lists of open source software.

https://github.com/toogle/express-boilerplate

Express Boilerplate
https://github.com/toogle/express-boilerplate

boilerplate express expressjs template

Last synced: about 2 months ago
JSON representation

Express Boilerplate

Awesome Lists containing this project

README

          

Express Boilerplate
===================

This project includes:

* [Express](http://expressjs.com/)
* [Mongoose](http://mongoosejs.com/)
* [Passport](http://passportjs.org/)
* [Jade](http://jade-lang.com/)
* [Bower](http://bower.io/)

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 .