Skip to content

schnatterer/nodejs-simple-file-upload

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 5 commits ahead, 1 commit behind Majidkn:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Node.js simple file upload

Dependencies

  • express
  • ejs
  • fs
  • multer

Run

> git clone https://github.com/Majidkn/nodejs-simple-file-upload.git
> cd nodejs-simple-file-upload
> npm install
> npm start

The application will be served on :3000

Docker

docker build -t nodejs-simple-file-upload .

mkdir uploads
chown 1000:1000 uploads
docker run -p 3000:3000 -v $(pwd)/uploads:/usr/src/app/uploads nodejs-simple-file-upload

About

a simple app for uploading files using node.js and express

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 41.8%
  • JavaScript 38.4%
  • Dockerfile 19.8%