https://github.com/cycleccc/lowcodeserver
低代码平台后端
https://github.com/cycleccc/lowcodeserver
Last synced: about 1 month ago
JSON representation
低代码平台后端
- Host: GitHub
- URL: https://github.com/cycleccc/lowcodeserver
- Owner: cycleccc
- Created: 2022-12-01T11:15:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T12:26:32.000Z (about 3 years ago)
- Last Synced: 2025-10-07T07:47:07.670Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 773 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 基于koa2的文件上传下载
## 安装node包
npm install
## 启动项目
npm run start
### 接口
- `/upload`:`post`类型,上传文件
- `/download`:`get`类型,默认下载dnpath目录下的第一个文件
- `/download/:filename`:`get`类型,下载指定目录的文件