An open source filesharing platform with easy RESTful usage & public API. www.throwa.com
- Clone the repo
- Install and start mongodb server - Migrate foldername data to your mongoDB database
$ mongorestore --db <YOUR DB NAME> --collection folderwords mongodb-migrations/folderwords.bson
- Update config.js to match your local settings
- Start development server
$ bower install
$ npm install
$ gulp
To create a production build run gulp release
and the build will be generated into /build/release
folder.
Licence MIT