Hi everyone! In this project, we created a login page for users using Node.js and Express.
Technologies used: -
1. Node.js: - Used for the backend of the application.
2. Express.js: - Used to help manage servers and routes.
3. Embedded JavaScript Templating: - Used for the front end of the application. You can install it by the command npm i ejs.
4. Visual Studio.
The web application asks for the user's email id and password.
If the entered details are correct then the web application will bring the user to the dashboard.ejs page which contains a logout option, else it will show the message "Invalid Username or Password".
Submitted by Aishwary Damor (Aishwary)
Download packets of source code on Coders Packet
Comments