Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1 KB

README.md

File metadata and controls

46 lines (27 loc) · 1 KB

Filenergy

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

alt tag

It provides a file search capability

alt tag

And you users are able to watch for their uploaded files and download them

alt tag

alt tag

========

###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