https://github.com/danimal141/file_upload_app
An application to upload images using Node.js
https://github.com/danimal141/file_upload_app
Last synced: 13 days ago
JSON representation
An application to upload images using Node.js
- Host: GitHub
- URL: https://github.com/danimal141/file_upload_app
- Owner: danimal141
- Created: 2013-09-11T15:02:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-02T00:51:03.000Z (over 9 years ago)
- Last Synced: 2024-04-14T18:20:36.478Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 250 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# file_upload_app
## How to use
```
$ npm install
$ node index.js
```You can access `http://localhost:8888` and upload your image file.
## Reference
- [*Nodeビギナーズブック*](http://www.nodebeginner.org/index-jp.html)