- nodejs
- express
- mongodb
- some python scripts to extract the data from files
install on your own(if not installed):
- python3 (get rid of encoding exception, python2 might be ok)
- nodejs
- mongodb
then:
- git clone http://gitlab.li-xia.com/root/smart_terminal.git ( or simply download the project [not recommend])
- start your mongodb
- cd smart_terminal
- python3 db_init.py
- cd /smart_node/smart_node
- sudo npm install
run:
- npm start
- http://localhost:3000