Skip to content

📘 A Node.js web application that allows visitors to leave a public comment without creating a user account.

License

Notifications You must be signed in to change notification settings

SafdarJamal/express-guestbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Guestbook

Node.js CI GitHub Release (latest by date) License

A Node.js web application that allows visitors to leave a public comment without creating a user account.

Express Guestbook

Tech Stack

Development

To get a local copy of the code, clone it using git:

git clone https://github.com/SafdarJamal/express-guestbook.git
cd express-guestbook

Install dependencies:

npm install

Now, you can start a local web server by running:

npm start

and then you can open http://localhost:8080 to view it in the browser.

Available npm Scripts

Script Description
npm install Installs the dependencies in the local node_modules folder.
npm start Runs the app in production mode.
npm run dev Runs the app in development mode.

Contributing

Contributions, issues, and feature requests are welcome.

Credits

Express Guestbook is built and maintained by Safdar Jamal.

License

Express Guestbook is MIT Licensed.