Skip to content

TeamCloudOpsVITC/Docker_Workshop_Level_1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guestbook - Express Node.js Project

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.

Home Page

localhost_3000_ (1)

Input Form

localhost_3000_new-entry

:)

localhost_3000_ (2)

Installation

  1. Clone the repository:

    git clone https://github.com/softRahul10/express-guestbook.git
  2. Navigate to the project directory:

    cd guestbook
  3. Install the dependencies:

    npm install
  4. Start the application:

    npm start
  5. Open your browser and visit http://localhost:3000 to access the guestbook.

About

ExpressGuest: Creating a Dynamic Guestbook with Node.js and EJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • EJS 61.3%
  • JavaScript 38.7%