Skip to content

Getting start

Thibault Marquand - Mediashare edited this page Jan 29, 2020 · 1 revision

Installation

git clone https://github.com/Mediashare/CloudFile-API
cd CloudFile
composer install
bin/console doctrine:schema:update --force
php -S localhost:8000 -t public/

Api endpoint

  • / List file(s)
  • /upload Upload file(s)
  • /info/{id} File informations
  • /show/{id} Show file
  • /download/{id} Download file
  • /remove/{id} Remove file
Clone this wiki locally