# balckScreenApiServer **Repository Path**: ww24kobe/balck-screen-api-server ## Basic Information - **Project Name**: balckScreenApiServer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-29 - **Last Updated**: 2026-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 部署文档 1. 克隆项目 2. 安装依赖 ```shell pnpm i ``` 3. 将 `data/*.sql` 备份文件导入到自己的数据库中 4. 修改 config/dbConfig,改成自己的数据库信息 ```json { "connectionLimit": 10, "host": "127.0.0.1", "port": "3306", "user": "root", "password": "root", "database": "kphm01" } ``` 5. 启动服务 `nodemon server.js`