Skip to content

leomelin/throwa.com

Repository files navigation

Throwa.com

An open source filesharing platform with easy RESTful usage & public API. www.throwa.com

Installation

  1. Clone the repo
  2. Install and start mongodb server - Migrate foldername data to your mongoDB database
$ mongorestore --db <YOUR DB NAME> --collection folderwords mongodb-migrations/folderwords.bson
  1. Update config.js to match your local settings
  2. 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published