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

https://github.com/helloflask/cloud-drive

A minimal photo upload and manage system with Flask and Flask-Uploads (Multiple file upload support!).
https://github.com/helloflask/cloud-drive

Last synced: 11 months ago
JSON representation

A minimal photo upload and manage system with Flask and Flask-Uploads (Multiple file upload support!).

Awesome Lists containing this project

README

          

# Cloud-Drive
A minimal photo upload and manage system with Flask and Flask-Uploads (Multiple file upload support!).

## Extensions
Flask-Uploads==0.2.1
Flask-WTF==0.13.1

## Installation
First, clone it from github:
```
git clone https://github.com/helloflask/cloud-drive.git
```

Then run it (make sure all extensions above were installed):
```
python app.py
```

Now Go to http://127.0.0.1:5000/

## More details
关于这个项目的详细介绍:[Flask文件上传](https://zhuanlan.zhihu.com/p/24429519)
更多关于Flask的原创优质内容,欢迎关注[Hello, Flask!——知乎专栏](https://zhuanlan.zhihu.com/flask)
一个更完善的版本:https://github.com/greyli/flask-file-uploader

## License
This demo application is licensed under the MIT license: http://opensource.org/licenses/mit-license.php