搭建第三方服务器,提供开放的重大教务网接口,如课表、成绩、考试查询接口。
- MongoDb
yum -y install mongodb-org
- Node.js
yum -y install nodejs
- 源码下载
yum -y install git-core
git clone "https://github.com/AndreamApp/TableServer.git"
cd TableServer
npm install
- 启动MongoDb
mkdir -p /data/db
mongod --dbpath /data/db
- 启动node服务器
node TableServer/app
MIT