https://github.com/max32002/dropboxlike-server
max's dropboxlike server.
https://github.com/max32002/dropboxlike-server
Last synced: about 1 year ago
JSON representation
max's dropboxlike server.
- Host: GitHub
- URL: https://github.com/max32002/dropboxlike-server
- Owner: max32002
- Created: 2016-09-01T22:01:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T10:22:49.000Z (about 9 years ago)
- Last Synced: 2025-03-22T18:39:38.819Z (over 1 year ago)
- Language: Python
- Size: 529 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dropboxlike-server
`dropboxlike-server` is a web framework based on Tornado. With `dropboxlike-server`, you can create and share your photos, docs, and videos both safely and easily.
## Getting Started
Run standalong application:
https://github.com/max32002/dropboxlike-server/releases
Run with python source code, make sure you have successfully installed Python 2.7
```
pip install -r pip-req.txt
python start.py
```
## Build your app on the Dropboxlike platform
The Dropboxlike API v1 is a set of HTTP endpoints that help your app to work with files in Dropboxlike, including advanced functionality like thumbnails, and sharing. Let's get started making API calls.
http://dropboxlike.com/en/developer/dropboxlike-api-v1/
## License
The `dropboxlike-server` is published under AGPLv3. Other components of `dropboxlike-server` have different licenses. Please refer to the coresponding projects.
## Contact
Web: http://dropboxlike.com/
Facebook: https://www.facebook.com/dropboxlike
Email: weng.32002@gmail.com