Skip to content

πŸ—‚οΈ A full-stack SPA implementing a virtual file system with a hierarchical tree structure. It supports full CRUD operations, validation, and sorting, providing an intuitive interface for managing files and folders directly in the browser.

License

Notifications You must be signed in to change notification settings

mezentsevs/virtual-file-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Virtual file system

About 'Virtual file system'

This is a virtual file system, written in and for educational and demonstrational purposes.

A full-stack SPA implementing a virtual file system with a hierarchical tree structure. It supports full CRUD operations, validation, and sorting, providing an intuitive interface for managing files and folders directly in the browser.

Based on tech stack:

Getting Started

  • Clone the repository:
git clone [repository-url]
  • Change directory to project:
cd /path/to/virtual-file-system/
  • Install php dependencies:
composer install
  • Create .env file:
cp .env.example .env
  • Generate application key:
php artisan key:generate
  • Run Docker Desktop (with wsl - for Windows only)

  • Run wsl (for Windows only):

wsl
  • Run Sail:
./vendor/bin/sail up
  • Add new tab in terminal and connect to container:
docker exec -it virtual-file-system-laravel.test-1 bash
  • Install php dependencies (optional, if missing some required php extension in base system):
composer install
  • Run migrations:
php artisan migrate
  • Install node dependencies:
npm install
  • Build project:
npm run build
  • In browser go to welcome page http://localhost/

  • Register new user on http://localhost/register (enter your name, email, password)

  • Or you can seed database with random users (name, email: random - look in database, password: password), folders and files:

php artisan migrate:fresh --seed

That's it! Thank you!

Screenshots

2025-07-31_17-45-21 2025-07-31_17-47-30 2025-07-31_17-57-52 2025-08-02_10-19-01 2025-08-02_10-12-35 2025-08-02_10-14-07 2025-07-31_18-01-56 2025-07-31_18-02-37 2025-07-31_18-04-45 2025-07-31_18-05-27 2025-07-31_18-32-46 2025-07-31_18-33-30 2025-07-31_18-35-03 2025-07-31_18-36-07 2025-07-31_18-37-19 2025-07-31_18-37-50

License

The 'Virtual file system' is open-sourced software licensed under the MIT license.

About

πŸ—‚οΈ A full-stack SPA implementing a virtual file system with a hierarchical tree structure. It supports full CRUD operations, validation, and sorting, providing an intuitive interface for managing files and folders directly in the browser.

Resources

License

Stars

Watchers

Forks

Packages

No packages published