Skip to content

LucaPericoIT/FileMetadataService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

FreeCodeCamp - File Metadata MicroService

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors