A web application build with HTML and css for frontend and Node js for backend.
I use mongodb to store the user data and authenticate the user. The password and Hashed with bycrypt hashing technique. Use Jsonwebtoken to validate the authenticate user. I mainly focused on backend part.
to start the project use npm
./src/app.js
to start this project you mast have mongodb in your pc.