Hand and voice interaction with data visualization on a 3D globe requirements: node.js, MongoDB 1.Go to src and start mongodb service: cd src mkdir data mongod --dbpath=./data 2.Install dependent: npm install 3.Start service: npm start 4.Go to http://localhost:3000/login to see the demo