API Project: File Metadata Microservice

Usage:

Upload a file

After uploading file, you will receive information about the uploaded file in the following format
{"name":"name of the file", "type":"type of file uploaded","size": size of the file in bytes}

Example of the output: {"name":"boss.png","type":"image/png","size":46085}