Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 430 Bytes

File metadata and controls

19 lines (14 loc) · 430 Bytes

nodePanel

Node.js based sample application for Server Monitoring

Creating a web app using Node.js and MySQL.

Installation

  1. Download zip or Clone the above repository.
git clone https://github.com/prasadrahul/nodePanel/
  1. Navigate to the project repository and install the dependencies.
cd nodePanel/
npm install
  1. Point your browser to http://localhost:8000 and you should have the app running.