The backend of XMOJ-Script
This backend originated from langningchen/XMOJ-Script#38
It is written in typescript, and is RESTful. The legacy incompatible backend is written in php.
Run the unit tests with:
npm test
Generate a coverage report with:
npm run coverage