naresh-chaudhary / filenergy

File sharing tool written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

File sharing tool written in python


Languages

Language:JavaScript 44.8%Language:Python 28.9%Language:HTML 21.3%Language:CSS 4.2%Language:Mako 0.7%