{"id":24797565,"url":"https://github.com/dylanlott/bridge-gui-vue-old","last_synced_at":"2026-01-05T06:53:27.697Z","repository":{"id":76955123,"uuid":"88823746","full_name":"dylanlott/bridge-gui-vue-old","owner":"dylanlott","description":null,"archived":false,"fork":false,"pushed_at":"2017-11-17T18:58:54.000Z","size":2054,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T01:29:46.723Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dylanlott.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-20T05:18:00.000Z","updated_at":"2017-11-17T19:02:20.000Z","dependencies_parsed_at":"2023-03-11T23:39:07.331Z","dependency_job_id":null,"html_url":"https://github.com/dylanlott/bridge-gui-vue-old","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fbridge-gui-vue-old","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fbridge-gui-vue-old/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fbridge-gui-vue-old/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fbridge-gui-vue-old/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylanlott","download_url":"https://codeload.github.com/dylanlott/bridge-gui-vue-old/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245352147,"owners_count":20601099,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-30T01:28:38.947Z","updated_at":"2026-01-05T06:53:27.662Z","avatar_url":"https://github.com/dylanlott.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bridge-gui-vue\n\n\u003e A web-based GUI for Storj Bridge\n\n## Local Development Setup\n\n### Prerequisites\n\n1. Nodemon\n  - Installation: `npm install -g nodemon`\n\n2. Mongodb\n\n  - Installation: `brew update \u0026\u0026 brew install mongodb`\n\n    - If you don't have Mac OSX, follow the [install instructions](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/)\n\n    - If you don't have Homebrew, [install it](https://brew.sh/)\n\n    - As an easy way to manage Mongo and other databases, I recommend [Launch Rocket](https://github.com/jimbojsb/launchrocket). Install with `brew cask install launchrocket`. This will allow you to easily turn Mongo on and off and even have it start automatically.\n\n    - Start Mongo with `mongod` in a new terminal window. If you don't use Launch Rocket, then you'll need to follow the [Mongo instructions](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/#run-mongodb) to start it\n\n3. Redis\n\n  - Installation: `brew update \u0026\u0026 brew install redis`\n\n  - Just get Launch Rocket by now to start and manage all your databases\n\n4. Node \u003e= v.6.9.4\n\n### Create `storj-dev` folder\n\u003e Optional: You don't need this folder, but it may help in organizing if you've got a lot going on\n\n```sh\n$ mkdir storj-dev\n$ cd storj-dev\n```\n\n### Git clone all the repos\n\n```sh\n$ git clone https://github.com/Storj/bridge.git\n$ git clone https://github.com/Storj/billing.git\n$ git clone https://github.com/Storj/bridge-gui-vue.git\n```\n\nOpen up two more terminal windows and navigate to the `storj-dev` folder\n\n### Setup bridge\n\nIn the first one, navigate to `storj-dev/bridge`\n\n```sh\n$ npm install \u0026\u0026 npm link\n$ NODE_ENV=develop storj-bridge\n```\n\nIf it's running correctly, you should see output like this:\n\n```sh\n{\"level\":\"info\",\"message\":\"starting the bridge engine\",\"timestamp\":\"2017-04-28T20:47:51.665Z\"}\n{\"level\":\"info\",\"message\":\"opening database connection to mongodb://127.0.0.1:27017/__storj-bridge-develop\",\"timestamp\":\"2017-04-28T20:47:51.666Z\"}\n{\"level\":\"info\",\"message\":\"configuring service endpoints\",\"timestamp\":\"2017-04-28T20:47:51.688Z\"}\n{\"level\":\"info\",\"message\":\"setting up http(s) server instance\",\"timestamp\":\"2017-04-28T20:47:51.701Z\"}\n{\"level\":\"info\",\"message\":\"connected to database\",\"timestamp\":\"2017-04-28T20:47:51.718Z\"}\n```\n\n### Setup billing\n\nIn another terminal window, navigate to `storj-dev/billing`\n\nCreate a `.env file` for storing billing variables\n\n```sh\n$ touch .env\n```\n\nPaste your `STRIPE_KEY=strip_test_key` into the `.env` file.\n\n```sh\n$ npm install\n$ npm run dev\n```\n\nIf it's running correctly, you should see output like this:\n\n```sh\n\u003e storj-billing@0.2.0 start-dev /Users/barbara/Documents/Code/storj-dev/billing\n\u003e NODE_ENV=develop nodemon ./bin/storj-billing.js\n\n[nodemon] 1.11.0\n[nodemon] to restart at any time, enter `rs`\n[nodemon] watching: *.*\n[nodemon] starting `node ./bin/storj-billing.js`\n**** server listening on  3000\n{\"level\":\"info\",\"message\":\"starting the billing engine\",\"timestamp\":\"2017-04-28T20:51:26.215Z\"}\n{\"level\":\"info\",\"message\":\"opening database connection\",\"timestamp\":\"2017-04-28T20:51:26.216Z\"}\n{\"level\":\"info\",\"message\":\"configuring service endpoints\",\"timestamp\":\"2017-04-28T20:51:26.238Z\"}\n{\"level\":\"info\",\"message\":\"setting up http(s) server instance\",\"timestamp\":\"2017-04-28T20:51:26.308Z\"}\n{\"level\":\"info\",\"message\":\"connected to database\",\"timestamp\":\"2017-04-28T20:51:26.325Z\"}\n```\n\n### bridge-gui-vue\n\nIn the last terminal window, navigate to `storj-dev/bridge-gui-vue`\n\nCreate a `.env` file to hold app secrets\n\n```sh\n$ touch .env\n```\n\nInside, you'll need to add this:\n\n```\nSTRIPE_PUBLISHABLE_KEY=test_key\n```\n\nThen, you can start up everything\n\n```sh\n$ npm install\n$ npm run dev\n```\n\nThe initial load takes around ~17 secs, but every other load after that is ~0.5-2 seconds\n\nIf running correctly, you'll see output like this:\n\n```bash\n\u003e bridge-gui-vue@1.0.0 dev /Users/barbara/Documents/Code/storj-vagrant/bridge-gui-vue\n\u003e node build/dev-server.js\n\n\n\n DONE  Compiled successfully in 16180ms                                                                                      4:27:05 PM\n\n\u003e Listening at http://localhost:3001\n```\n\nOpen up `localhost:3001`. Now, upon making changes and saving the file, the app will hot reload and display those changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanlott%2Fbridge-gui-vue-old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylanlott%2Fbridge-gui-vue-old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanlott%2Fbridge-gui-vue-old/lists"}