{"id":23098942,"url":"https://github.com/fingerpich/bridgends","last_synced_at":"2025-08-16T13:30:41.867Z","repository":{"id":32917455,"uuid":"130005213","full_name":"fingerpich/bridgends","owner":"fingerpich","description":"Helps you to develop and use API conveniently.","archived":false,"fork":false,"pushed_at":"2022-02-10T10:19:30.000Z","size":3040,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-15T09:16:59.422Z","etag":null,"topics":["bridgends","express","http-proxy-middleware","pm2","vue","vuex"],"latest_commit_sha":null,"homepage":"https://www.bridgends.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fingerpich.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-18T04:47:54.000Z","updated_at":"2020-06-08T18:56:27.000Z","dependencies_parsed_at":"2022-08-07T18:16:18.034Z","dependency_job_id":null,"html_url":"https://github.com/fingerpich/bridgends","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fingerpich%2Fbridgends","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fingerpich%2Fbridgends/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fingerpich%2Fbridgends/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fingerpich%2Fbridgends/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fingerpich","download_url":"https://codeload.github.com/fingerpich/bridgends/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229880687,"owners_count":18138638,"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":["bridgends","express","http-proxy-middleware","pm2","vue","vuex"],"created_at":"2024-12-16T23:15:28.958Z","updated_at":"2024-12-16T23:15:29.664Z","avatar_url":"https://github.com/fingerpich.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Bridgends logo](https://www.bridgends.com/images/logo.png)\n\n# [Bridgends](https://www.bridgends.com)\nIts a development tool used to support frontend and backend developers during developing and using API.\n\nSee more on [Bridgends.com](https://www.bridgends.com).\n\n## Install and get started with bridgends\n[This page](https://www.bridgends.com/getting-started) helps you to get started easily with the application.\nThe application uses embeded database and also the code has packaged into an executable file so you don't need to install any other dependencies.\nDownload it from [here](https://www.bridgends.com/download).\n\n###### Install previous version\nIf you want to test the previous version of bridgends which is not suggested you need to do as the following.\nSuppose we want to run bridgends on a front end developer's system and\nthere is an API on http://192.168.82.198:81/api/\n\n - `npm i bridgends -g`\n - `bridgends start -t http://192.168.82.198:81/ -p 4243`\n - change frontend code to proxy all request through `localhost:4243/proxy`\n   - if you are using webpack just change [the proxy](https://webpack.js.org/configuration/dev-server/#devserver-proxy)\n   ```\n   proxy: {\n       \"/api\": {\n            target: \"http://localhost:4243/proxy\",\n       }\n   }\n   ```\n - start front end web app\n - open `localhost:4243` in your browser and handle every request passing through\n\n###### CLI options\n\nStart and stop bridgends process\n```\nbridgends start -t http://192.168.82.198:81/\nbridgends stop\n```\n\nMultiple API target\n```\nbridgends start -t http://192.168.82.198:81/,http://192.168.82.122:81/\nbridgends stop\n```\nSet port, savePath\n\nDefaults\n - port: `6464`\n - file path: `./bridgendsfiles`\n```\nbridgends start -t http://192.168.82.198:81/ -a /api2 -p 4542 -f /home/fingerpich/bridgendsFiles\nbridgends stop\n```\n\nRun multi instance\n```\nbridgends start name\nbridgends stop name\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffingerpich%2Fbridgends","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffingerpich%2Fbridgends","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffingerpich%2Fbridgends/lists"}