Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cycleccc/lowcodeserver

低代码平台后端
https://github.com/cycleccc/lowcodeserver

Last synced: about 2 months ago
JSON representation

低代码平台后端

Awesome Lists containing this project

README

        

## 基于koa2的文件上传下载

## 安装node包
npm install

## 启动项目
npm run start

### 接口
- `/upload`:`post`类型,上传文件
- `/download`:`get`类型,默认下载dnpath目录下的第一个文件
- `/download/:filename`:`get`类型,下载指定目录的文件