This is a user login and registration app using Node.js, Express, Passport, Mongoose, EJS and some other packages. Database is NO-SQL (MongoDB).
$ npm install
$ npm start
# Or run with Nodemon
$ npm run dev
# Visit http://localhost:5000
Open "config/keys.js" and add your MongoDB URI, local or Atlas
Trying to add functionality in a new branch book_crud and use login system in it. Also authorizing users before submitting action on the system