-
Notifications
You must be signed in to change notification settings - Fork 0
Getting start
Thibault Marquand - Mediashare edited this page Jan 29, 2020
·
1 revision
git clone https://github.com/Mediashare/CloudFile-API
cd CloudFile
composer install
bin/console doctrine:schema:update --force
php -S localhost:8000 -t public/
-
/
List file(s) -
/upload
Upload file(s) -
/info/{id}
File informations -
/show/{id}
Show file -
/download/{id}
Download file -
/remove/{id}
Remove file