/fileshare

Primary LanguageJavaScriptMIT LicenseMIT

Simple File Sharing Application

Простое приложение для быстрого обмена файлами Выкладываете файл на сервер и получаете ссылку, по которой любой человек может его скачать

Using this code

Feel free to clone this repository, run a composer install to download all of the dependencies, and try it in a vagrant box. You can also run it locally with:

php -S 0.0.0.0:8080 -t public/

You should then be able to hit the / route and see a message. That's about it!

What doesn't work

There is no database connection set up, but this code does include Zend\Db, so you could hook it up to one.