/HOSS-Server-2

这是 HOSS(Homework Online Submit System,在线作业提交系统)的服务器脚本(基于 Node.js)。

Primary LanguageTypeScriptMIT LicenseMIT

HOSS-Server 2

中文 | English

HOSS-Server 2 License

a homework online submission system based on Node.js

This is the server script of HOSS (Homework Online Submission System).

Launch the server

  1. Install Node.js;
  2. Run npm install to install dependencies;
  3. (Before development) Run git update-index --assume-unchanged config/* to prevent local configuration files to be committed to the repository;
  4. Run npm run config to configure the server;
  5. Run npm start to launch the server or run npm test to launch the server with auto reboot.