Skip to content

Tusori/web-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project sets up a local multimedia file server with a web interface using Node.js, Express, and Multer.

Prerequisites

  • Ensure you have Node.js installed on your machine.

Installation

  1. Open your terminal.

  2. Navigate to the project root directory.

  3. Check your Node.js and npm versions by running the following commands:

    node -v
    npm -v
  4. If you see the current versions of Node.js and npm, initialize the project with:

    npm init -y
  5. Install the necessary packages:

    npm install express
    npm install multer

Running the Server

  1. Open your terminal in the project root directory.

  2. Run the server with:

    node server.js
  3. Open your browser and navigate to:

    http://localhost:3000
    

You should now see your local multimedia file server running.

About

local multimedia file server with web interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published