Skip to content

Simple NodeJs app to upload files locally to the server

Notifications You must be signed in to change notification settings

AElgamal5/nodeJS-file-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js File Uploader

Simple NodeJs app to upload files locally to the server

Overview

This Node.js project is designed to facilitate the easy upload of files, especially images, using the popular 'express-fileupload' package. The inspiration for this project comes from the efficient and practical approach advocated by Dave Gray.

Features

  • File Upload: Easily upload files, with a focus on images, to the server.
  • Local Storage: Save the uploaded files locally on the server.
  • express-fileupload Integration: Leverage the 'express-fileupload' package for simplified file handling.

Prerequisites

Before running the project, ensure you have the following installed:

  • Node.js
  • npm (Node Package Manager)

Getting Started

  1. Clone the repository:
git clone https://github.com/AElgamal5/nodeJS-file-upload.git
  1. Navigate to the project directory:
cd nodeJS-file-upload
  1. Install dependencies:
npm i
  1. Run the application:
npm run dev
  • or
node index.js
  1. Open your web browser and go to http://localhost:3000/files to access the application.

About

Simple NodeJs app to upload files locally to the server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published