login and registration in NodeJS, Express with MongoDB. How to perform login and registration activity in nodeJs. Also with simple books and author details project integrated.
https://booksauthors.herokuapp.com
Install Node.js & MongoDB if you haven't already.
Clone this repository and install its dependencies.
In a separate shell start MongoDB.
mongod
npm run app
Open a browser window and navigate to: http://localhost:3001