Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 622 Bytes

File metadata and controls

27 lines (21 loc) · 622 Bytes

File Metadata Microservice

By Luca Perico for FreeCodeCamp

User story
  1. I can submit a FormData object that includes a file upload.
  2. When I submit something, I will receive the file size in bytes within the JSON response


Example input:
  1. A file
Example output:
  1. {'size': 4}`

##### Project Files * server.js: HTTP server listening for the file
##### Howto

node server.js : start the NodeJS server

note test.js : test the module timeservice


###### The server is usually down!