This is a simple file server built with node.js, express, pug and other technologies.
It's useful to upload/download files in a network, just put your files in the /files directory and that's all.
- nodejs >= 4.x
- npm >= 2.x
- git >= 2.x || direct download
$ git clone https://github.com/drebits/fisejs.git && cd fisejs
$ npm install
$ npm start