https://github.com/libercosoft/file_metadata
A FCC back-end API project
https://github.com/libercosoft/file_metadata
Last synced: 5 months ago
JSON representation
A FCC back-end API project
- Host: GitHub
- URL: https://github.com/libercosoft/file_metadata
- Owner: LIBERCOSOFT
- Created: 2019-10-15T11:44:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T19:44:51.000Z (over 2 years ago)
- Last Synced: 2025-06-14T17:05:28.687Z (about 1 year ago)
- Language: HTML
- Size: 3.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Project: File Metadata Microservice for freeCodeCamp
### User stories:
1. I can submit a form that includes a file upload.
2. The form file input field has the "name" attribute set to "upfile". We rely on this in testing.
3. When I submit something, I will receive the file name and size in bytes within the JSON response
### Usage :
* Go to the main page, and upload a file using the provided form.
### Hint:
* To handle the file uploading you should use the [multer](https://www.npmjs.com/package/multer) npm package.