A file metadata generator project based on FCC's curriculum
.idx | ||
public | ||
views | ||
.gitignore | ||
.gitpod.yml | ||
index.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
sample.env |
File Metadata Microservice
This is the boilerplate for the File Metadata Microservice project. Instructions for building your project can be found at https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/file-metadata-microservice
To-do
- A form that includes a file upload.
- A form file input field has the name attribute set to upfile.
- Submitting a file results in a JSON response with the file name, type, and size in bytes.