https://github.com/muhammadhasham23/file-metadata-microservice
File Metadata Microservice with Node.js and Express.js
https://github.com/muhammadhasham23/file-metadata-microservice
Last synced: about 1 year ago
JSON representation
File Metadata Microservice with Node.js and Express.js
- Host: GitHub
- URL: https://github.com/muhammadhasham23/file-metadata-microservice
- Owner: MuhammadHasham23
- Created: 2018-02-12T15:38:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T16:06:45.000Z (over 8 years ago)
- Last Synced: 2025-02-23T15:46:13.914Z (over 1 year ago)
- Language: JavaScript
- Size: 2.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreeCodeCamp Backend Project: File Metadata Microservice
### User stories:
I can submit a FormData object that includes a file upload.
### User stories:
I can paginate through the responses by adding a ?offset=2 parameter to the URL.
### User stories:
When I submit something, I will receive the file size in bytes within the JSON response
### Example creation usage:
https://filedata2311.herokuapp.com/
### Example creation output
```json
{
size: 3573
}
```
## Live Demo
```url
https://filedata2311.herokuapp.com
```