FilesPool is a simple web application that allows users to expose a local directory and provide a public URL for others to download files from that directory. With this app, users can easily share files stored on their local machine without having to upload them to a cloud storage service or send them through email.
To use FilesPool, follow these steps:
- Clone the repository:
git clone https://github.com/fauzanfebrian/FilesPool.git
- Install the dependencies:
for windows user:
cd FilesPool npm install
npm install -g win-node-env
- Create file
.env
and copy the value from.env.example
- Put the files that you want to expose in the
files
folder. - Start the server
npm start
- Open the link shown in your terminal to access the app and download files from the exposed directory.
Or another simpler step (slower download):
- Download Zip File
- Extract the zip & open the folder
- Put the files that you want to expose in the "files" folder.
- Open the executable file in the folder (look for your operating system)
- Open the link shown to access the app and download files from the exposed directory.