About the Website Built a website where password reset flow is achived with the backend. The pages include Sign-In , Sign-Up , Register, Reset , Home (dummy) The sign up page includes the fields like User Name , Email , Password. The sign in page includes the fields like Email , Password and link to Forgot Password page. The Forgot Password Page includes field of Email to send to Reset Password link to Register Page. The Reset page includes field of Password and Confirm Password to reset password. 🔖Endpoints ➡️ Login User URL - https://forgot-password-node-js.netlify.app/Login-user ➡️ Register User URL - https://forgot-password-node-js.netlify.app/register-user ➡️ Forgot Password URL - https://forgot-password-node-js.netlify.app/forgot-password ➡️ Reset Password URL - https://forgot-password-node-js.netlify.app/reset-password/:id/:token BASE URL - https://forgot-password-node-js.netlify.app/