Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.95 KB

readme.md

File metadata and controls

39 lines (30 loc) · 1.95 KB

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

  • Python
  • Flask
  • MongoDB
  • Redis
  • Celery
  • React
  • Gulp
  • bower
  • npm

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.