RedcoatAsher / nodejs_passportjs_authenticated_login

Boilerplate for authenticated user login and registration using Node.js, passportjs, mongodb and more. Have a look at the README.md and test it via website link (deployed on heroku)

Home Page:https://nodejs-passport-mongodb.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authenticated Login with Node.js & PassportJS (for authentication)

Boilerplate for authenticated user login and registration application using Node.js, ExpressJS, PassportJS, MongoDB Database (Mongoose for mongodb object modeling), ExpressJS & BcryptJS (for password hashing), EJS and more.

Installation

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

# Visit http://localhost:5000

Mongodb

Create an free account and start a free cluster. Open "config/keys.js" and add your MongoDB URI or local

About

Boilerplate for authenticated user login and registration using Node.js, passportjs, mongodb and more. Have a look at the README.md and test it via website link (deployed on heroku)

https://nodejs-passport-mongodb.herokuapp.com/


Languages

Language:JavaScript 65.9%Language:HTML 34.1%