Login-Signup-with-Node.js-MondoDB-and-HBS-template.I have created a simple project with three Handlebars (HBS) pages: home, login, and signup. When signing up, the data is saved using Mongoose into a MongoDB collection, and you can also log in after signing up. PS: I put into practice the basic knowledge I acquired last month studying Node/Express and recently also MongoDB databases.