Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 986 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 986 Bytes

data-analysis

A data analysis site by flask and mongoengine

6 7 8 9 10 11 12

USEAGE

$pip install -r requirements.txt
$cd /path/to/data-analysis
$npm install
$mongorestore -d fetch_data --directoryperdb dump/fetch_data
$python run.py