https://github.com/timhagn/th-fcc-filemeta
fCC - Apis and Microservices Projects - File Metadata Microservice
https://github.com/timhagn/th-fcc-filemeta
Last synced: about 2 months ago
JSON representation
fCC - Apis and Microservices Projects - File Metadata Microservice
- Host: GitHub
- URL: https://github.com/timhagn/th-fcc-filemeta
- Owner: timhagn
- Created: 2018-09-28T10:40:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T11:13:41.000Z (over 6 years ago)
- Last Synced: 2025-02-13T20:18:28.291Z (3 months ago)
- Language: HTML
- Homepage: https://th-fcc-filemeta.glitch.me/
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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 from 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.