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
- Host: GitHub
- URL: https://github.com/dreamdevil00/loopback-file-upload
- Owner: dreamdevil00
- License: mit
- Created: 2017-06-08T13:24:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T02:09:35.000Z (over 8 years ago)
- Last Synced: 2025-02-01T19:23:09.577Z (12 months ago)
- Topics: loopback, loopback-component-storage, upload-file
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.