backend:
install mysql
in mysql do create database <database name>
cd databack
config mysql in config.py
pip install -r requirements.txt
flask db init
flask db migrate
flask db upgrade
python app.py
frontend:
install node.js
npm install
npm run dev
plans:
- optimization on graph processing
- picture download
- graph json download


