# api-local **Repository Path**: falanter/api-local ## Basic Information - **Project Name**: api-local - **Description**: 用node创建本地api接口 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-20 - **Last Updated**: 2022-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用node创建本地测试接口 ### node 16.15.0 运行cmd ``` npm install node express.js //启动服务,ctrl+c关闭服务 http://localhost:8000/api/get //get接口地址 post => post.html ```