Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

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

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`