Skip to content

A web-based file explorer, with linux-like file permissions, and a tree-based directory structure.

Notifications You must be signed in to change notification settings

Adarsh-Kmt/File-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Based File Explorer

This project is an implementation of a Web-Based File Explorer.


Database Schema Design (EER)


EER Diagram


Frameworks & Libraries Used


Tools Link
🤖 Language Java
💚 Framework SpringBoot
📁 DB Access jOOQ
📁 DB MySql
🤖 Authorization JWT tokens

Features


  • Create, read and delete text files.
  • Obtain the absolute file path through Depth First Search within the directory tree structure.
  • Used Basic Authentication, JWT tokens for authorization.
  • Set distinct read, write, and execute permissions for user groups and others.
  • Copy paste files from one folder to another.
  • Seamless creation of nested directories within the file system hierarchy.
  • Utilize Breadth First Search for folder deletion within the directory tree structure.

About

A web-based file explorer, with linux-like file permissions, and a tree-based directory structure.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages