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

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

File Metadata Microservice with Node.js and Express.js
https://github.com/muhammadhasham23/file-metadata-microservice

Last synced: about 1 year ago
JSON representation

File Metadata Microservice with Node.js and Express.js

Awesome Lists containing this project

README

          

# FreeCodeCamp Backend Project: File Metadata Microservice

### User stories:
I can submit a FormData object that includes a file upload.

### User stories:
I can paginate through the responses by adding a ?offset=2 parameter to the URL.

### User stories:
When I submit something, I will receive the file size in bytes within the JSON response

### Example creation usage:

https://filedata2311.herokuapp.com/

### Example creation output

```json

{
size: 3573
}

```

## Live Demo

```url
https://filedata2311.herokuapp.com
```