The project leverages object-oriented design and data structures to model the file system tree (Directory, File, and FileNode) and uses a DAO (Data Access Object) pattern to map these nodes to a normalized SQL schema. It’s structured for scalability, enabling future extensions like search, move, rename, and even REST APIs or GUI interfaces.
-
Updated
Aug 7, 2025 - Java