This is a simple guestbook web app built using NodeJS, Express and integrating with a MongoDB backend.
$ git clone https://github.com/mcltn/nodejs-guestbook
$ cd nodejs-guestbook
$ npm install
$ export PORT=5001
$ export DATABASE_URL="mongodb://localhost:27017/guestbook"
$ npm start