# node-mock-server **Repository Path**: qiyan/node-mock-server ## Basic Information - **Project Name**: node-mock-server - **Description**: 用于调测接口等mockjs服务 - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-26 - **Last Updated**: 2024-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-mock-server ### 介绍 用于小程序等 mockjs 服务 ### 使用说明 ```bash cd node-mock-server npm install npm run dev ``` ### Mockjs 操作 routes 里的 js 文件 网页显示: http://localhost:8080/index GET 访问: http://localhost:8080/index/json http://localhost:8080/users http://localhost:8080/users/bar POST 访问: http://localhost:8080/index/string