##Doora: Just another file sharing service
Introduction
Doora is a file sharing service powered by qiniu. It's build for speed and simplicity: Drop & Share, that's all.
Screenshot
Demo
A live demo is at: http://lab.wong2.me/doora/ (files are kept for 30 minutes)
Quick Start
- Clone the repo:
git clone https://github.com/wong2/doora.git
cd doora
, editconfig.py
- run
app.py
- if you need file expiration, set the expire time in
config.py
, then runrqworker doora
andrqscheduler
in terminal.
❤