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!).
- Host: GitHub
- URL: https://github.com/helloflask/cloud-drive
- Owner: helloflask
- Created: 2016-12-22T09:04:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T07:53:14.000Z (over 9 years ago)
- Last Synced: 2024-03-02T16:33:17.968Z (about 2 years ago)
- Language: Python
- Size: 3.91 KB
- Stars: 26
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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