Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/okunishinishi/filedrop


https://github.com/okunishinishi/filedrop

Last synced: 2 months ago
JSON representation

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
```