Skip to content

Node.js login, registration and access control using Express and Passport

License

Notifications You must be signed in to change notification settings

shoul10/auth-passport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth-passport

Node.js & Passport Login

This is a user login and registration app using Node.js, Express, Passport, Mongoose, Pug and some other packages.

Version: 1.0.0

Usage

$ npm install
$ npm start
# Or run with Nodemon
$ nodemon

Verify the deployment by navigating to your server address in your preferred browser.

http://localhost:3000

MongoDB

Open "config/database.js" and add your MongoDB URI, local or mLab/Atlas Cloud

License

MIT