trainsn / CSE_5525_final

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSE_5525_final

  1. run backend
  • cd gui/server
  • activate your virtual env
  • pip install flask flask-cors
  • python app.py
  1. run front-end
  • conda install -c conda-force nodejs
  • cd gui/frontend/
  • rm -f node_modules/
  • rm package-lock.json
  • npm cache clean --force
  • npm install
  • npm install --save vuex
  • npm install d3@4 --save
  • npm run dev # to run it

About

License:MIT License


Languages

Language:Python 61.5%Language:Jupyter Notebook 31.4%Language:JavaScript 4.7%Language:Shell 1.6%Language:Vue 0.5%Language:SCSS 0.1%Language:CSS 0.1%Language:HTML 0.0%