Skip to content

vysokeskoly/image-api

Repository files navigation

VysokeSkoly/image-api

PHP - Checks Coverage Status

Api for storing images

Actions:

action path method
Homepage / ANY
Auth /auth ANY
Save /image/ POST
Get /image/:fileName GET
Delete /image/:fileName DELETE
List all /list/ GET

All routes have optional parameter ?namespace=... which will be used as sub directory in your storage path.

Run locally

symfony server:start

Build deb package

bin/build-deb-app