mcltn / nodejs-guestbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs guestbook sample application

This is a simple guestbook web app built using NodeJS, Express and integrating with a MongoDB backend.

Installation

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

Running the server

$ export PORT=5001
$ export DATABASE_URL="mongodb://localhost:27017/guestbook"
$ npm start

About


Languages

Language:JavaScript 52.2%Language:Pug 41.4%Language:CSS 4.9%Language:Dockerfile 1.5%