Skip to content

AndreamApp/CqueueServer

Repository files navigation

TableServer

搭建第三方服务器,提供开放的重大教务网接口,如课表、成绩、考试查询接口。

环境准备

  1. MongoDb
yum -y install mongodb-org
  1. Node.js
yum -y install nodejs
  1. 源码下载
yum -y install git-core
git clone "https://github.com/AndreamApp/TableServer.git"
cd TableServer
npm install

开始使用

  1. 启动MongoDb
mkdir -p /data/db
mongod --dbpath /data/db
  1. 启动node服务器
node TableServer/app

Lisence

MIT

About

Cqueue Application Server for CQU, based on node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published