This is a microservice that handles images. It can receive and upload them.
Runs on port 8001.
These are the available endpoints:
Request parameters:
image- The image file to upload.
url - http://localhost:8001/images/1
Returns the image.
url - http://localhost:8001/images/1
Deletes the image.
200 OKif image is uploaded400 BAD REQUESTif image is not uploaded
200 OKif there is a image to return404 NOT FOUNDif there is no matching image
200 OKalways