Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.26 KB

README.md

File metadata and controls

52 lines (29 loc) · 1.26 KB

Fasal !

A simple web app with few simple endpoints

Assignment

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.

Installation

  1. Connect to database(implicit or explicit like mongo)

  2. Configure smtp server under nodemailer package.

  3. run npm install

  4. run nodemon app

Snapshots

  1. Landing page.

  1. Signup page.

  1. Signin page.

  1. User Details page.

  1. Forgot Password page.

  1. Reset Link page.

  1. Reset Password page.

Docs