remote-files-manager

The app contains client side app for remote file management on single board computer or any device running the nodejs express based server

ExpressJS NodeJS AngularJS Electron

Server Side

Installation :

1. Navigate to server folder copy app.js and package.js to the computer files you want to manage

Make Sure that nodejs is already installed on that system

  • npm install
  • node app.js

Inside app.js you can specify the folder you want to manage in line number 14

const directoryURL =__dirname + "/uploads";