An open API service indexing awesome lists of open source software.

https://github.com/izzypt/file-metadata-microservice

Metadata Microservice project to complete FreeCodeCamp backend course.
https://github.com/izzypt/file-metadata-microservice

Last synced: 23 days ago
JSON representation

Metadata Microservice project to complete FreeCodeCamp backend course.

Awesome Lists containing this project

README

          

# File-Metadata-Microservice
Metadata Microservice project to complete FreeCodeCamp backend course.

# Tests

- Passed : You should provide your own project, not the example URL.
- Passed : You can submit a form that includes a file upload.
- Passed : The form file input field has the name attribute set to upfile.
- Passed : When you submit a file, you receive the file name, type, and size in bytes within the JSON response.