Node.js & Passport Login

This is a user login and registration app using Node.js, Express, Passport, Mongoose, EJS and some other packages. I don't have much knowledge in EJS so based on the role I just showed the user datas.

Version: 2.0.0

Usage

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

# Visit http://localhost:5000

MongoDB

I have connected my localdb in app.js file

mongoose.connect('mongodb://localhost/ManualAuth');