Skip to content

ccyanxyz/hci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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