{"id":19853723,"url":"https://github.com/umasahni/complete-projects-json-server","last_synced_at":"2026-05-01T22:35:50.695Z","repository":{"id":178841055,"uuid":"662431190","full_name":"UmaSahni/Complete-Projects-Json-Server","owner":"UmaSahni","description":"Deploy JSON Server to Vercel, allow you to run fake REST API online!","archived":false,"fork":false,"pushed_at":"2023-09-24T07:04:51.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T23:28:19.976Z","etag":null,"topics":["deploy","json","json-api","vercel"],"latest_commit_sha":null,"homepage":"https://complete-projects-json-server.vercel.app","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/UmaSahni.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":"2023-07-05T06:05:03.000Z","updated_at":"2024-04-16T18:53:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ed7786d-584a-4707-ae5f-e6130f38a17a","html_url":"https://github.com/UmaSahni/Complete-Projects-Json-Server","commit_stats":null,"previous_names":["umasahni/complete-projects-json-server"],"tags_count":0,"template":false,"template_full_name":"UmaSahni/Deploy_JSON_Server_On_Vercel","purl":"pkg:github/UmaSahni/Complete-Projects-Json-Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UmaSahni%2FComplete-Projects-Json-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UmaSahni%2FComplete-Projects-Json-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UmaSahni%2FComplete-Projects-Json-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UmaSahni%2FComplete-Projects-Json-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UmaSahni","download_url":"https://codeload.github.com/UmaSahni/Complete-Projects-Json-Server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UmaSahni%2FComplete-Projects-Json-Server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32515838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deploy","json","json-api","vercel"],"created_at":"2024-11-12T14:07:29.568Z","updated_at":"2026-05-01T22:35:50.678Z","avatar_url":"https://github.com/UmaSahni.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Deploy JSON Server to Vercel\n\nA template to deploy [JSON Server](https://github.com/typicode/json-server) to [Vercel](https://vercel.com), allow you to run fake REST API online!\n\nDemo from this repository: \n\n1. https://json-server-in.vercel.app\n2. https://json-server-in.vercel.app/api/posts\n\n### How to use\n\n1. Click \"**Use this template**\" or clone this repository.\n2. Update or use the default [`db.json`](./db.json) in the repository.\n3. Sign Up or login into [Vercel](https://vercel.com).\n4. From the Vercel dashboard, click \"**+ New Project**\" then \"**Import**\" your repository.\n5. In the \"**Configure Project**\" screen, leave everything default and click \"**Deploy**\".\n6. Wait until deployment is done, and your own JSON server is ready to serve!\n\n## Default `db.json`\n\n```json\n{\n  \"posts\": [\n    { \"id\": 1, \"title\": \"json-server\", \"author\": \"typicode\" }\n  ],\n  \"comments\": [\n    { \"id\": 1, \"body\": \"some comment\", \"postId\": 1 }\n  ],\n  \"profile\": { \"name\": \"typicode\" }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumasahni%2Fcomplete-projects-json-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumasahni%2Fcomplete-projects-json-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumasahni%2Fcomplete-projects-json-server/lists"}