https://github.com/a7ul/express4-passport-mongo
User authentication using express4 , passport.js and passport-local as strategy
https://github.com/a7ul/express4-passport-mongo
boilerplate express nodejs openlibrary passportjs
Last synced: 3 months ago
JSON representation
User authentication using express4 , passport.js and passport-local as strategy
- Host: GitHub
- URL: https://github.com/a7ul/express4-passport-mongo
- Owner: a7ul
- Created: 2015-06-25T22:22:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T22:26:41.000Z (almost 10 years ago)
- Last Synced: 2025-01-09T08:45:47.462Z (5 months ago)
- Topics: boilerplate, express, nodejs, openlibrary, passportjs
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express4-passport-mongo
User authentication using express4 , passport.js and passport-local as strategyInstallation
------------1.Clone this repo
2.npm install3.Ensure that mongod instance is running
4.npm install grunt
5.grunt dbseed //This adds users to the mongo database6.npm start
7.Put all the servable pages into the public folder