ananthamapod / SpaceShare

UNDER CONSTRUCTION. file table with integer keys, written using Python, Flask, nginx, Celery, Redis, React and Mongo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpaceShare Build Status Coverage Status Code Climate Gitter Contact me on Codementor

"Share your thing like it ain't no thang"

under lots of construction.

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.

About

UNDER CONSTRUCTION. file table with integer keys, written using Python, Flask, nginx, Celery, Redis, React and Mongo.


Languages

Language:Python 36.4%Language:JavaScript 32.8%Language:HTML 25.9%Language:CSS 3.0%Language:Makefile 1.9%