https://github.com/justdvnsh/filemetadata-microservice
A File meta Data microservice made using nodejs
https://github.com/justdvnsh/filemetadata-microservice
api filemetadata microservice multer nodejs rest-api
Last synced: about 1 month ago
JSON representation
A File meta Data microservice made using nodejs
- Host: GitHub
- URL: https://github.com/justdvnsh/filemetadata-microservice
- Owner: justdvnsh
- Created: 2018-09-17T06:39:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T07:11:20.000Z (almost 8 years ago)
- Last Synced: 2025-04-01T13:28:32.832Z (about 1 year ago)
- Topics: api, filemetadata, microservice, multer, nodejs, rest-api
- Language: JavaScript
- Homepage: https://filemetadata-justdvnsh.glitch.me/
- Size: 387 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API 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.