https://github.com/cx0der/metadata-microservice
Apis and Microservices Projects - File Metadata Microservice
https://github.com/cx0der/metadata-microservice
express-js metadata-microservice microservice
Last synced: 9 months ago
JSON representation
Apis and Microservices Projects - File Metadata Microservice
- Host: GitHub
- URL: https://github.com/cx0der/metadata-microservice
- Owner: cx0der
- License: mit
- Created: 2018-12-10T15:02:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T17:25:33.000Z (over 7 years ago)
- Last Synced: 2025-06-09T21:02:27.620Z (10 months ago)
- Topics: express-js, metadata-microservice, microservice
- Language: HTML
- Homepage: https://battle-canvas.glitch.me
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 [https://battle-canvas.glitch.me](https://battle-canvas.glitch.me/), and upload a file using the provided form.