Login Logout page using Node.js and Express.js

Aishwary Damor Jul 29, 2023

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".

 

Login

 

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment