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

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.

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