This is a simple guestbook application built using Node.js, Express, and the EJS templating engine. The guestbook allows users to leave comments and view existing comments. It can serve as a starting point for building more complex web applications with Node.js and Express.
-
Clone the repository:
git clone https://github.com/softRahul10/express-guestbook.git
-
Navigate to the project directory:
cd guestbook -
Install the dependencies:
npm install
-
Start the application:
npm start
-
Open your browser and visit http://localhost:3000 to access the guestbook.


