Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.