Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 544 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 544 Bytes

Loopback-File-Upload

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

It users loopback, which is a powerful library based on express and loopback-component-storage 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 to test this demo.