Skip to content

k10xp/NetworkCloudDrive

 
 

Repository files navigation

Network Cloud Drive

Local network storage API that can store files and manage them. Uses SQLite for retrieving files and finding paths fast

FEATURES

Future plans

  • React based Frontend for Desktop and iOS/Android phones
  • Routinely syncing database with filesystem and a way to force a resync

Run

File Structure Visual

flowchart TD
    A[Project Path] -->|Storage| B{root/base}
    B -->|User 1 storage| C[User 1]
    B -->|User 2 storage| D[User 2]
    B -->|User 3 storage| E[User 3]
Loading

About

On same network transfer files between phone, PC and other devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • Other 0.7%