nodejs-simple-file-upload
nodejs-simple-file-upload copied to clipboard
a simple app for uploading files using node.js and express
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