SafdarJamal / express-guestbook

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

Home Page:https://theexpressguestbook.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://theexpressguestbook.herokuapp.com

License:MIT License


Languages

Language:EJS 74.4%Language:JavaScript 23.6%Language:Dockerfile 2.0%