Skip to content

Freecodecamp's API Project for Back End Development Certification

Notifications You must be signed in to change notification settings

diegourban/file-metadata-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-metadata-microservice

Freecodecamp's API Project for Back End Development Certification

User Stories:

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

Requirements

  • Node.js

Installation

  • npm install - to install dependencies

Usage

  • npm start - to start the app

Example Usage

http://localhost:3000 - page to upload file

Example Output

{"size":837061} - the file size in bytes

About

Freecodecamp's API Project for Back End Development Certification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published