This repo is sample code of a dashboard website for reports storage. It uses Node.JS with Express v4 framework to provide RESTful website experience. The QA reports can be queried and visualized as chart using D3.js. Backend database management is using MongoDB.
Ways to setup development environment:
Download zip file, then in folder directory, use npm install
to get necessary node modules.
While debugging, use launch.json
settings to launch the node server.
Ways to deploy in Windows environment:
This app is being held on iisnode
Simply install iisnode on a Windows machine, and put this folder(with node modules) into wwwroot folder, and everything is done.