Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T19:07:29.000Z (about 2 years ago)
- Last Synced: 2024-10-12T00:06:09.234Z (2 months ago)
- Topics: ejs, express, multer, nodejs, upload-file
- Language: EJS
- Homepage:
- Size: 13.7 KB
- Stars: 37
- Watchers: 3
- Forks: 32
- 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`