Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

06 File Metadata Microservice

A professional REST API to upload files and retrieve their metadata. Built with Node.js, Express, and Multer.

Architecture

  • src/app.js: App configuration and middleware
  • src/routes: API Route definitions
  • src/controllers: Request handlers
  • src/services: Business logic
  • src/middleware: Upload and Error handling
  • src/utils: Logger

Setup

  1. npm install
  2. cp .env.example .env
  3. npm start