{"id":18614898,"url":"https://github.com/andrewjbateman/next-graphql-prisma","last_synced_at":"2026-04-17T12:33:09.830Z","repository":{"id":96860728,"uuid":"337214575","full_name":"AndrewJBateman/next-graphql-prisma","owner":"AndrewJBateman","description":":clipboard: A Next.js React app using Apollo GraphQL to get data from a Prism database.","archived":false,"fork":false,"pushed_at":"2021-06-24T15:48:49.000Z","size":650,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-27T02:44:57.254Z","etag":null,"topics":["graphql","graphql-client","incomplete","nextjs","prisma"],"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/AndrewJBateman.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":"2021-02-08T21:28:43.000Z","updated_at":"2021-09-24T12:30:23.000Z","dependencies_parsed_at":"2023-05-05T01:18:47.860Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/next-graphql-prisma","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnext-graphql-prisma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnext-graphql-prisma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnext-graphql-prisma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnext-graphql-prisma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/next-graphql-prisma/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239406449,"owners_count":19633024,"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":["graphql","graphql-client","incomplete","nextjs","prisma"],"created_at":"2024-11-07T03:27:22.395Z","updated_at":"2025-11-03T03:30:30.448Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: Next GraphQL Prism\n\n* A Next.js React app using Apollo GraphQL to get data from a Prism database.\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/next-graphql-prism?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/next-graphql-prism?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/next-graphql-prism?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/next-graphql-prism?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: Next API Data](#zap-next-api-data)\n  * [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General Info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal_strength: Technologies](#signal_strength-technologies)\n  * [:floppy_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:clipboard: Status \u0026 To-Do List](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General Info\n\n* Displays data from a Prism database.\n* Next.js is for server-rendered react apps. It has automatic code splitting, simple page-based routing, built-in CSS support and hot reloading. Every component file in the pages folder is treated as a page.\n\n## :camera: Screenshots\n\n![Example screenshot](./imgs/list.png).\n\n## :signal_strength: Technologies\n\n* [Node.js v14](https://nodejs.org/) javascript runtime using the [Chrome V8 engine](https://v8.dev/).\n* [React v17](https://reactjs.org/) Javascript library.\n* [GraphQL v15](https://github.com/graphql/graphql-js)\n* [Apollo v2](https://www.apollographql.com/) GraphQL implementation data graph layer\n* [Next v10](https://nextjs.org/) minimalist framework for rendering react apps on the server.\n* [Next with Apollo v5](https://www.npmjs.com/package/next-with-apollo) to save coding time\n* [Apollo Client v2](https://www.npmjs.com/package/apollo-client) caching GraphQL client to UI components can fetch data via GraphQL. More documentation [here](https://apollographql.com/docs/react/).\n* [Apollo Server Micro](https://www.npmjs.com/package/apollo-server-micro) Micro integration for the Apollo community GraphQL Server.\n* [@prisma/client](https://www.npmjs.com/package/@prisma/client) auto-generated query builder that enables type-safe database access\n\n## :floppy_disk: Setup\n\n* Prisma required a setup that was not shown in the tutorial - see [Sitepoint tutorial](https://www.sitepoint.com/nextjs-prisma-twitter-clone/) for how to initialise Prisma - without it the app will not work\n* `npm run dev` runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.\n* `npm run build` builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\n\n## :computer: Code Examples\n\n* tba\n\n```tsx\n\n```\n\n## :clipboard: Status \u0026 To-Do List\n\n* Status: In work\n* To-Do: Start up database then complete\n\n## :clap: Inspiration\n\n* [Adam Richardson: Build a GraphQL API in Next.js API route - Next.js, Prisma, GraphQL Business Card Application.](https://www.youtube.com/watch?v=Ywk25VRKkQo\u0026t=748s)\n\n## :file_folder: License\n\n* N/A\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fnext-graphql-prisma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fnext-graphql-prisma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fnext-graphql-prisma/lists"}