Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 289 Bytes

File metadata and controls

8 lines (6 loc) · 289 Bytes

##Technologies & Architecture

  • Backend: Responsible for handling API requests. Used SpringBoot.
  • Database: MySQL for storing file metadata.
  • Storage: Local storage for stroing actual file content.

Implemented 5 APIs -> upload, read, update, delete and list files.

Ignored USER Layer.