# XMOJ-bbs **Repository Path**: xmoj-script-dev/XMOJ-bbs ## Basic Information - **Project Name**: XMOJ-bbs - **Description**: XMOJ增强脚本后台 - **Primary Language**: TypeScript - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-21 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XMOJ-bbs The backend of XMOJ-Script ## History This backend originated from https://github.com/langningchen/XMOJ-Script/discussions/38 It is written in typescript, and is RESTful. The legacy incompatible backend is written in php. ## Testing Run the unit tests with: ``` npm test ``` Generate a coverage report with: ``` npm run coverage ```