{"id":22588553,"url":"https://github.com/danny-yamamoto/nestjs-sample","last_synced_at":"2026-05-05T12:33:40.281Z","repository":{"id":236859867,"uuid":"793294275","full_name":"danny-yamamoto/nestjs-sample","owner":"danny-yamamoto","description":"This is for NestJS functional verification.","archived":false,"fork":false,"pushed_at":"2024-05-01T09:55:40.000Z","size":215,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T17:48:44.027Z","etag":null,"topics":["nestjs","postgresql","prisma","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/danny-yamamoto.png","metadata":{"files":{"readme":"README-PRISMA.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":"2024-04-28T23:51:16.000Z","updated_at":"2024-05-02T01:16:32.000Z","dependencies_parsed_at":"2025-03-28T17:53:04.943Z","dependency_job_id":null,"html_url":"https://github.com/danny-yamamoto/nestjs-sample","commit_stats":null,"previous_names":["danny-yamamoto/nestjs-sample"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danny-yamamoto/nestjs-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danny-yamamoto%2Fnestjs-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danny-yamamoto%2Fnestjs-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danny-yamamoto%2Fnestjs-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danny-yamamoto%2Fnestjs-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danny-yamamoto","download_url":"https://codeload.github.com/danny-yamamoto/nestjs-sample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danny-yamamoto%2Fnestjs-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"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":["nestjs","postgresql","prisma","typescript"],"created_at":"2024-12-08T08:09:52.366Z","updated_at":"2026-05-05T12:33:40.273Z","avatar_url":"https://github.com/danny-yamamoto.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Installation\nhttps://docs.nestjs.com/recipes/prisma\n\n## Request\n### POST\n```bash\ncurl -i -X POST -H 'Content-Type: application/json' -d '{\"name\" : \"田中\" , \"email\" : \"tanaka@example.com\"}' localhost:3000/users\n```\n\n```bash\nnode ➜ /workspaces/nestjs-sample (main) $ curl -i -X POST -H 'Content-Type: application/json' -d '{\"name\" : \"田中\" , \"email\" : \"tanaka@example.com\"}' localhost:3000/users\nHTTP/1.1 201 Created\nX-Powered-By: Express\nContent-Type: application/json; charset=utf-8\nContent-Length: 53\nETag: W/\"35-ehdQQ2Af1o3GTjA+0ljhQJ2hy3A\"\nDate: Wed, 01 May 2024 09:53:24 GMT\nConnection: keep-alive\nKeep-Alive: timeout=5\n\n{\"id\":6,\"email\":\"tanaka@example.com\",\"name\":\"田中\"}\nnode ➜ /workspaces/nestjs-sample (main) $ \n```\n\n### GET\n```bash\ncurl -i -X GET localhost:3000/users/6\n```\n\n```bash\nnode ➜ /workspaces/nestjs-sample (main) $ curl -i -X GET localhost:3000/users/6\nHTTP/1.1 200 OK\nX-Powered-By: Express\nContent-Type: application/json; charset=utf-8\nContent-Length: 53\nETag: W/\"35-ehdQQ2Af1o3GTjA+0ljhQJ2hy3A\"\nDate: Wed, 01 May 2024 09:54:22 GMT\nConnection: keep-alive\nKeep-Alive: timeout=5\n\n{\"id\":6,\"email\":\"tanaka@example.com\",\"name\":\"田中\"}\nnode ➜ /workspaces/nestjs-sample (main) $\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanny-yamamoto%2Fnestjs-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanny-yamamoto%2Fnestjs-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanny-yamamoto%2Fnestjs-sample/lists"}