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.
- Host: GitHub
- URL: https://github.com/itsmaheshkariya/node-passport
- Owner: itsmaheshkariya
- Created: 2019-12-10T12:50:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T08:20:54.000Z (about 2 years ago)
- Last Synced: 2025-01-06T01:09:03.483Z (4 months ago)
- Language: JavaScript
- Size: 196 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
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```