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

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

Awesome Lists containing this project

README

        

# express4-passport-mongo
User authentication using express4 , passport.js and passport-local as strategy

Installation
------------

1.Clone this repo
2.npm install

3.Ensure that mongod instance is running

4.npm install grunt
5.grunt dbseed //This adds users to the mongo database

6.npm start

7.Put all the servable pages into the public folder