----Flow of the code-----:
- Home Page with Login & Signup
- When user signup first time records saved in database & able to login with same credentials.
- If user again signup with same credentials then message prompt on screen "That username is already taken."
- If user login with wrong credentials then message prompt on the screen "Oops! Wrong password."
Requirement
- MySQL
- Express
- Passportjs
- Nodejs
- EJS
For run the code
- git clone https://github.com/HimanshuP90/contact_manager_auth.git
- npm install
- npm start
- go to http//localhost:3000