Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rizkinugrohho/file-metadata-microservice
freeCodeCamp: APIs and Microservices Projects: File Metadata Microservice
https://github.com/rizkinugrohho/file-metadata-microservice
backend node-js nodejs
Last synced: about 15 hours ago
JSON representation
freeCodeCamp: APIs and Microservices Projects: File Metadata Microservice
- Host: GitHub
- URL: https://github.com/rizkinugrohho/file-metadata-microservice
- Owner: rizkinugrohho
- Created: 2022-10-21T09:06:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T09:11:13.000Z (about 2 years ago)
- Last Synced: 2024-10-12T11:36:17.541Z (3 months ago)
- Topics: backend, node-js, nodejs
- Language: HTML
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**freeCodeCamp** - APIs and Microservices Project
------**File Metadata Microservice**
### 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.