https://github.com/majidkn/nodejs-simple-file-upload
a simple app for uploading files using node.js and express
https://github.com/majidkn/nodejs-simple-file-upload
ejs express multer nodejs upload-file
Last synced: 4 months ago
JSON representation
a simple app for uploading files using node.js and express
- Host: GitHub
- URL: https://github.com/majidkn/nodejs-simple-file-upload
- Owner: Majidkn
- Created: 2017-10-19T15:15:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T19:07:29.000Z (over 2 years ago)
- Last Synced: 2025-02-02T01:32:05.562Z (4 months ago)
- Topics: ejs, express, multer, nodejs, upload-file
- Language: EJS
- Homepage:
- Size: 13.7 KB
- Stars: 36
- Watchers: 3
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`