This repository seeks to create an api that helps to communicate the frontend of a server with the backend to give the user control of their folders locally, generating the possibility of adding, deleting, downloading and viewing the content of their directories.
Clone the repo and cd into the project
git clone https://github.com/daliondev/local-cloud-storage.git
cd local cloudInstall all dependencies to development
cd .\client\ # ./client on linux
npm icd .\server\ # ./server on linux
npm iCreate upload dir
cd .\server\ # ./server on linux
mkdir publiccd .\public\
mkdir upload├───public
│ └───upload
├───src
│ └───routes
└───viewscd .\client\ # ./client on linux
npm run devcd .\server\ # ./server on linux
npm run dev