Saiteja528378 / A03Guduri

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M07 Guestbook Example

A simple guest book using Node, Express, BootStrap, EJS

How to use

Open a command window in your c:\44563\m07 folder.

Run npm install to install all the dependencies in the package.json file.

Run node gbapp.js to start the server. (Hit CTRL-C to stop.)

> npm install
> node gbapp.js

Point your browser to http://localhost:8081.

About


Languages

Language:JavaScript 57.6%Language:HTML 42.4%