An application which allows a user to upload encrypted versions of their files to Dropbox and add trusted users who can download decrypted copies of the files.
- Clone repo
- Install requirements
- Add Dropbox access key into secure_cloud/config/config.json
- From repo root run
cd secure_cloud/ && python manage.py runserver
- Navigate to localhost:8000 in browser