Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okunishinishi/filedrop
https://github.com/okunishinishi/filedrop
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/okunishinishi/filedrop
- Owner: okunishinishi
- License: mit
- Created: 2013-12-15T11:45:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T09:36:09.000Z (about 10 years ago)
- Last Synced: 2024-04-13T06:20:59.656Z (9 months ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
filedrop
======Web app to share files.
![capture](doc/img/capture.png "capture")
requirements
------
+ [Node.js](http://nodejs.org/)
+ [MongoDB](http://www.mongodb.org/)quick start
------
```bash
npm install
node app.js
```Load test data
```bash
node test/data/load_data.js
```