Skip to content

A guestbook implementation using Express, mongo and pug.

License

Notifications You must be signed in to change notification settings

lnsp/nodejs-guestbook

Repository files navigation

nodejs-guestbook

A simple web guestbook build using NodeJS, the Express web framework, Bootstrap 4 and MongoDB.

Installation

$ git clone https://github.com/lnsp/nodejs-guestbook
$ cd nodejs-guestbook
$ npm install

Running the server

$ export PORT=8080 # set the http port
$ export DATABASE_URL="mongodb://my-database:27017/guestbook" # set the database url
$ npm start

About

A guestbook implementation using Express, mongo and pug.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published