Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cycleccc/lowcodeserver
低代码平台后端
https://github.com/cycleccc/lowcodeserver
Last synced: about 2 months ago
JSON representation
低代码平台后端
- Host: GitHub
- URL: https://github.com/cycleccc/lowcodeserver
- Owner: cycleccc
- Created: 2022-12-01T11:15:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T12:26:32.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T03:56:29.491Z (9 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`类型,下载指定目录的文件