Skip to content

tairkaa/webFileManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Manager Web App

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.
image

Installation & Setup

  1. Clone the repository:

    git clone https://github.com/tairkaa/webFileObserver.git
    
  2. Install dependencies:

    npm install express multer
    
  3. 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!

About

Simple file observer webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published