{"id":18633187,"url":"https://github.com/marydn/mockserver","last_synced_at":"2026-05-16T11:34:24.624Z","repository":{"id":149803220,"uuid":"247527911","full_name":"marydn/mockserver","owner":"marydn","description":"This will start a Node server to answer mocked REST petitions.","archived":false,"fork":false,"pushed_at":"2020-03-15T18:43:36.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-10T23:03:42.021Z","etag":null,"topics":["api","api-server","mockserver","mockserverclient","node","nodejs","rest","rest-api"],"latest_commit_sha":null,"homepage":null,"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/marydn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-15T18:36:52.000Z","updated_at":"2020-03-15T19:02:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3a01eec-75a3-45c0-b936-5f1ad3a3a289","html_url":"https://github.com/marydn/mockserver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marydn/mockserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marydn%2Fmockserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marydn%2Fmockserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marydn%2Fmockserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marydn%2Fmockserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marydn","download_url":"https://codeload.github.com/marydn/mockserver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marydn%2Fmockserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["api","api-server","mockserver","mockserverclient","node","nodejs","rest","rest-api"],"created_at":"2024-11-07T05:14:33.175Z","updated_at":"2026-05-16T11:34:24.616Z","avatar_url":"https://github.com/marydn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Mockserver\n\nThis will start a server to answer mocked REST petitions.\nThis is using [https://www.mock-server.com/](https://www.mock-server.com/)\n\n## Environment setup\n\n1. [Install npm](https://www.npmjs.com/get-npm)\n2. Clone this project: `git clone https://github.com/marydn/mockserver.git`\n3. Move to the project folder: `cd mockserver`\n4. Install npm dependencies: `npm install`\n5. Init the server: `npm start`\n6. Go to [`http:://localhost:1080`](http:://localhost:1080) in your browser.\n\n## Endpoints\n\nBy default, there are some endpoints implemented:\n\n* [`http:://localhost:1080`](http:://localhost:1080)\n* [`http:://localhost:1080/foo`](http:://localhost:1080/foo)\n* [`http:://localhost:1080/bar`](http:://localhost:1080/bar)\n* [`http:://localhost:1080/foo-bar`](http:://localhost:1080/foo-bar)\n\nYou can modify [server.js](./server.js) and add new endpoints or modify the existent ones.\n\nYou can also modify the default port in [server.js](./server.js):\n\n```javascript\nconst port   = 1080;\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarydn%2Fmockserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarydn%2Fmockserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarydn%2Fmockserver/lists"}