https://github.com/flexyledger/file-metadata-microservice
https://github.com/flexyledger/file-metadata-microservice
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flexyledger/file-metadata-microservice
- Owner: flexyledger
- Created: 2018-10-31T19:06:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T19:44:51.000Z (over 6 years ago)
- Last Synced: 2024-02-01T21:26:40.395Z (over 1 year ago)
- Language: HTML
- Size: 626 KB
- Stars: 0
- Watchers: 0
- 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.