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
- Host: GitHub
- URL: https://github.com/toogle/express-boilerplate
- Owner: toogle
- Created: 2013-10-09T23:53:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-12T13:46:09.000Z (over 12 years ago)
- Last Synced: 2025-07-18T06:55:46.211Z (11 months ago)
- Topics: boilerplate, express, expressjs, template
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .