diegourban / file-metadata-microservice

Freecodecamp's API Project for Back End Development Certification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 76.8%Language:HTML 23.2%