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

https://github.com/itsmaheshkariya/node-passport

Simple Node Application For Authentication using Passport through MongoDB.
https://github.com/itsmaheshkariya/node-passport

Last synced: 2 months ago
JSON representation

Simple Node Application For Authentication using Passport through MongoDB.

Awesome Lists containing this project

README

        

# Node Passport
Simple Node Application For Authentication using Passport through MongoDB.

### Install Dependences
``` npm install```
### Start Server
```npm start```
### Dev mode
```npm run dev```
### Start MongoDB
```mongod```