node >= 4
python >= 2.7
https://github.com/airbnb/javascript
First, You need to install MATLAB on your machine, and install MATLAB Engine API for Python.
Then, the database MongoDB also need to be installed following this page, choose your system.
Then Python environment and npm packages need to be installed by running following commands in root folder:
pip install Flask flask-restful flask-pymongo PyMongo flask-httpauth itsdangerous werkzeug Pillow
npm install
Run following commands in separate terminal window under project root folder when developing:
cd assets/ && python simple-cors-http-server.py
npm start
cd server/ && python api.py
mongod
visit http://127.0.0.1:8989
npm run build