Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.02 KB

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