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

https://github.com/dreamdevil00/loopback-file-upload

A simple demo shows how to upload a file/files to a web server
https://github.com/dreamdevil00/loopback-file-upload

loopback loopback-component-storage upload-file

Last synced: 10 months ago
JSON representation

A simple demo shows how to upload a file/files to a web server

Awesome Lists containing this project

README

          

# Loopback-File-Upload

A simple demo shows how to upload a file/files to a web server by submitting a form.

It users [loopback](http://loopback.io/), which is a powerful library based on express
and [loopback-component-storage](http://loopback.io/doc/en/lb3/Storage-component.html) which is a upload component

### To install dependencies
npm install

### Node versions
NodeJS 6.* or higher

### To run
Just run node . in the root of the project, and you can go to
[http://localhost:3000](http://localhost:3000) to test this demo.