A Node.js web application that allows visitors to leave a public comment without creating a user account.
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.
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. |
Contributions, issues, and feature requests are welcome.
Express Guestbook is built and maintained by Safdar Jamal.
Express Guestbook is MIT Licensed.