# api-builder **Repository Path**: btears/api-builder ## Basic Information - **Project Name**: api-builder - **Description**: 低代码API生成工具,专注前端开发,让数据不再成为负担! - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2023-08-02 - **Last Updated**: 2025-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: API, 低代码, 前端 ## README # 1、Preface          gitee:[https://gitee.com/btears/api-builder](https://gitee.com/btears/api-builder.git)          This project is a low code API interface generation tool that does not require Mock.js to write code to simulate data. It can directly create interfaces through a visual interface, allowing for real front-end and back-end data interaction, as well as real HTTP requests and responses.         This tool is very suitable for task scenarios where front-end and back-end development are separated. There is no need to rely on back-end interfaces. Frontend developers can use this tool to quickly generate real interfaces that meet their needs, focusing on front-end development and making data no longer a burden!         Pre knowledge: Understanding node and NPM related knowledge         System environment: node v16.20.0+、npm v8.19.4+、git v2.0+ # 2、Download And Usage ```shell git clone https://gitee.com/btears/api-builder.git cd api-builder npm install npm run dev ``` Browser enter after successful project launch http://localhost:8888 Access. If an 'npm install' installation dependency error is reported, it is usually due to a conflicting version of the dependency package. You can use 'npm install -- force' to resolve it. # 3、Preview New API: ![New API](assets/imgs/1693040009045.jpg) In tool testing interface: ![In tool testing interface](assets/imgs/1693040129707.jpg) Postman testing interface: ![Postman testing interface](assets/imgs/1693039201752.jpg)