Filenergy is a file sharing sharing tool written in python using the flask micro-framework and jQuery-File-Upload for the file uploader interface.
###Live Demo
http://filenergy.crawley-cloud.com/
###Features
It allows your users to upload multiple files with a nice interface
It provides a file search capability
And you users are able to watch for their uploaded files and download them
========
###Setup
####Install the python dependencies
pip install -r requirements.txt
####Setup the database
python manage.py db upgrade
####Run the server
python manage.py runserver