# node_auto_api **Repository Path**: lingying222/node_auto_api ## Basic Information - **Project Name**: node_auto_api - **Description**: 向文件夹丢入json数据即可自动生成接口 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-16 - **Last Updated**: 2023-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node.js自动生成接口 #### 安装教程 1. git clone https://gitee.com/lingying222/node_auto_api.git 2. cd node_auto_api 3. npm i 4. node app.js 5. 也可以使用nodemon启动,自动监听,可实现热重载 npm nodemon -g #### 使用说明 1. 使用时需要开启服务 2. 需要返回给前端的数据直接写在json文件夹下即可 3. 代码简单,可以自行按需求修改