Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willuhmjs/filelion

File storage software that allows you to access a folder on your PC from over the internet
https://github.com/willuhmjs/filelion

files server storage

Last synced: 8 days ago
JSON representation

File storage software that allows you to access a folder on your PC from over the internet

Awesome Lists containing this project

README

        

# filelion
FileLion is file storage software that allows you to access a folder on your PC from over the internet. For example, I use this software on my Raspberry Pi to access a USB stick, but you can use it for whatever storage needs you may have.

## Technologies
The following frameworks and modules were used in the creation of this project
* Express
* EJS
* Cookie Parser
* Body Parser
* Bootstrap
and other obscure packages

## Installation
To get started: Edit the config, then cd into the src folder and run:
```
npm install
node index.js
```

## Credits
User Zytekaron helped with some code refractoring