davidawad / SpaceShare

Hobby file table with integer keys, written using Python, Flask, nginx, Celery, Redis, React and Mongo.
41 stars 14 forks source link
celery flask python react redis resize

SpaceShare Build Status Coverage Status Code Climate Gitter

This is a File sharing web service meant to simplify file sharing between persons and groups of people by removing the need to login. It is not secure, it's not meant to be, it's meant to be the extreme trade off between convenience and security.

You go to the app, upload your file, attach a number.

Others can go to the site knowing that number; or go to spaceshare.me/upload/number and it will give you that file.

Requirements

Development

You wanna run this hotness?

$git clone https://github.com/davidawad/spaceshare
$cd spaceshare
$docker-compose up
# awesome things
fair warning, it doesn't fucking work yet.

Contributing

Please do check out the contributing guide if you're interested.

Special Thanks :

Joel Pena, Devon Peticolas, and Wisdom Omuya, and of course StackOverflow made this app Possible.