This application is a file manager that dynamically displays folders, allows file uploads and deletions, and shows image previews. It is built with Node.js, Express, and Multer.

-
Clone the repository:
git clone https://github.com/tairkaa/webFileObserver.git
-
Install dependencies:
npm install express multer
-
Start:
npm start
The application will run at http://localhost:3000. Change ADDRESS in server.js if needed
Express – Web framework for Node.js. Multer – Middleware for handling multipart/form-data, used for file uploads. Enjoy!