Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 829 Bytes

File metadata and controls

24 lines (18 loc) · 829 Bytes

This example demonstrates how to create a simple dashboard using node js in the server side and bootstrap and other JS visualization libraries. See live example here [Live Dashboard] (http://54.201.121.249:1720) This comes with a component to authenticate users using a username and password with form-based authentication.

Instructions

To install this example on your computer, clone the repository and install dependencies.

$ git clone git@github.com:passport/express-4.x-local-example.git
$ cd dashboards-nodejs-bootstrap
$ npm install

Start the server.

$ node server.js

Open a web browser and navigate to [http://localhost:1720/] to see the example in action. Log in using username admin and no password is required.