Skip to content

This project seeks to facilitate the sending of files on a local network between different devices

License

Notifications You must be signed in to change notification settings

d4lion/local-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local-cloud-storage

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.

local-cloud-storage

Development Setup

Clone the repo and cd into the project

git clone https://github.com/daliondev/local-cloud-storage.git
cd local cloud

Local SetUp

Install all dependencies to development

cd .\client\ # ./client on linux
npm i
cd .\server\ # ./server on linux
npm i

Create upload dir

cd .\server\ # ./server on linux
mkdir public
cd .\public\
mkdir upload
├───public
│   └───upload
├───src
│   └───routes
└───views

Local use

Run fronted

cd .\client\ # ./client on linux
npm run dev

Run backend (api)

cd .\server\ # ./server on linux
npm run dev

View

local.cloud.storage.webm