# lowcode_kip_backend **Repository Path**: lowcode_KIP/lowcode_kip_backend ## Basic Information - **Project Name**: lowcode_kip_backend - **Description**: 知识就是力量_低代码平台 后端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-08-06 - **Last Updated**: 2022-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 知识就是力量_字节青训营_后端(express) ## 安装依赖 & 启动服务 ```bash yarn;yarn start ``` ## 环境 端口号位于 `config.env` 文件下 `PORT` 处声明 ## 组件 - 所有组件位于 `configs/bom.config.json` ## 路由 ### 组件 GET: `localhost:port/allComponents/all` 返回全部组件 ### 文件服务 POST: `localhost:port/common/single` 单文件上传, 返回文件地址 eg: ```html
```