zzzs-info-server 介绍
zzzs-info-server 是一个自主招生信息拉取项目。
配置说明
-
Clone 这个项目
-
安装 MongoDB(https://www.mongodb.org/),对config.ts进行配置),对config.ts进行配置
-
npm install && tsd install
-
MongoDB 内,为你的数据库插入索引:
use YOUR_DATABASE;
db.article.ensureIndex({id: -1, time: -1});
-
npm start