install node js on your system http://nodejs.org/
Use below command
$ git clone https://github.com/bineetchaubey/nodejs_example.git
create a database with import example.sql file
$ cd peoject directry
now go to model folder and change mysql setting in all js file
excute command to start node server
$ node server.js
open your browser http://127.0.0.1:8899 and test this demo ..