A file metadata generator project based on FCC's curriculum
Find a file
2025-04-18 09:01:29 +08:00
.idx fix(config): add IDX configuration 2025-04-11 02:11:56 +00:00
public Feat/remove user stories+update repo (#9) 2020-11-23 12:27:07 -08:00
views fix: use correct heading levels (#28) 2023-12-01 21:49:23 -08:00
.gitignore fix(config): Updated ignore files 2025-04-11 02:12:40 +00:00
.gitpod.yml fix(config): remove theme config (#36) 2024-06-03 13:39:46 -07:00
index.js chore(index.js): outdent (#22) 2022-08-01 06:05:26 +02:00
package-lock.json chore(deps): run npm audit on nested dependencies (#27) 2023-11-30 15:13:51 -08:00
package.json Add multer and body-parser packages 2025-04-11 02:12:58 +00:00
README.md docs: update README with to-do list of features 2025-04-18 09:01:29 +08:00
sample.env Feat/remove user stories+update repo (#9) 2020-11-23 12:27:07 -08:00

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

  1. A form that includes a file upload.
  2. A form file input field has the name attribute set to upfile.
  3. Submitting a file results in a JSON response with the file name, type, and size in bytes.