前言

最近一直学习 emacs 和 elisp, 也在做关于 mongodb 相关的研究,闲来无事就做了个网站,后端使用了 flask, mongoengine, 前端 css 框架用的是 雅虎的 pure , 还是用了神奇的 grunt 做页面修改的 livereload, 然后有 d3, jquery, amchart 和一个最近发现的页面消息弹出 toastr . 想学习 flask 和 mongoengine 的童鞋可直接拿去,开源地址是 data-analysis

下载依赖和启动

cd /path/to/data-analysis
pip install -r requirements.txt
# 安装grunt
npm install
# 我的后端样例数据
mongorestore -d fetch_data --directoryperdb dump/fetch_data
cd data_analysis
# 启动Grunt
grunt
# 启动
python run.py
# 然后打开 http://Youip:5000