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.
- Node.js
npm install
- to install dependencies
npm start
- to start the app
http://localhost:3000
- page to upload file
{"size":837061}
- the file size in bytes