{"id":26217269,"url":"https://github.com/web-dev-max/next","last_synced_at":"2026-04-20T23:31:29.090Z","repository":{"id":280816052,"uuid":"942894256","full_name":"web-dev-max/Next","owner":"web-dev-max","description":"Next and GraphQL","archived":false,"fork":false,"pushed_at":"2025-03-24T10:46:21.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T13:29:47.846Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/web-dev-max.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-04T21:08:17.000Z","updated_at":"2025-03-24T10:46:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f4d0bef-5bf9-4d1c-8325-6e9b43985676","html_url":"https://github.com/web-dev-max/Next","commit_stats":null,"previous_names":["web-dev-max/next"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/web-dev-max/Next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-dev-max%2FNext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-dev-max%2FNext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-dev-max%2FNext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-dev-max%2FNext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/web-dev-max","download_url":"https://codeload.github.com/web-dev-max/Next/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-dev-max%2FNext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32070576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2025-03-12T12:26:19.289Z","updated_at":"2026-04-20T23:31:29.060Z","avatar_url":"https://github.com/web-dev-max.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Getting Started\n\nFirst, run the development server:\n\n```bash\nnode -v = 20v\n# or\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.\n\n\n## Examples of queries \n\n### Apollo Server\n[http://localhost:3000/api/graphql](http://localhost:3000/api/graphql)\n\n```bash\n# Удаление пользователя\n\nmutation {\n  deleteUser(id: number) {\n     message\n  }\n}\n\n# Регистрация пользователя\n\nmutation {\n  registerUser(\n    name: \"\"\n    email: \"\"\n    password: \"\"\n    isAdmin: boolean\n  ) {\n     user {\n      id\n      name\n      email\n      isAdmin\n    }\n    token\n  }\n}\n\n# Авторизация пользователя\n\nmutation {\n  loginUser(\n    email: \"\"\n    password: \"\"\n  ) {\n     user {\n      id\n      name\n      email\n      isAdmin\n    }\n    token\n  }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-dev-max%2Fnext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb-dev-max%2Fnext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-dev-max%2Fnext/lists"}