This API is built using Go programming language.
Functionalities are: uploading, listing, downloading and deleting images.
Name of the image is enctypted using SHA256.
List all images by ascending order.
Removing and downloading images are done using the name of the image.
To start API use command 'make docker-run' in terminal which builds and run docker image and starts application.