This is a user login and registration app using Node.js, Express, Passport, Mongoose, Pug and some other packages.
$ 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
Open "config/database.js" and add your MongoDB URI, local or mLab/Atlas Cloud
MIT