A simple web app with few simple endpoints
Design a simple web application using Javascript, NodeJs, and MongoDB where users can sign-up, sign-in, and see a welcome page. Users can create their profile pages with Name, Age, Gender, and Profile Picture. Users can also logout and do forget passwords for password recovery.
-
Connect to database(implicit or explicit like mongo)
-
Configure smtp server under nodemailer package.
-
run
npm install
-
run
nodemon app
- Landing page.
- Signup page.
- Signin page.
- User Details page.
- Forgot Password page.
- Reset Link page.
- Reset Password page.