login-register

This is a simple register and login webpage for learning and developing my backend skills.I used nodeJs,Express,Mongoose,Handlebars,JWt. mongodb is used as local database. When a user registers The data of user is saved in the db and while logging in the password and email are checked using authentication. The password is also protected using BcryptJs. jwt is used for generating tokens to recognize the users.