Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 505 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 505 Bytes

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