{"id":18614897,"url":"https://github.com/andrewjbateman/next-postgres-wundergraph","last_synced_at":"2026-04-18T07:31:26.341Z","repository":{"id":96860743,"uuid":"440853163","full_name":"AndrewJBateman/next-postgres-wundergraph","owner":"AndrewJBateman","description":":clipboard: Next.js and Wundergraph used to employ GraphQL at build time","archived":false,"fork":false,"pushed_at":"2021-12-22T12:41:30.000Z","size":8145,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-17T01:34:27.766Z","etag":null,"topics":["nextjs","postgresql","tutorial-code","wundergraph"],"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-12-22T12:38:12.000Z","updated_at":"2022-01-11T21:35:55.000Z","dependencies_parsed_at":"2023-03-30T11:35:54.582Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/next-postgres-wundergraph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/next-postgres-wundergraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnext-postgres-wundergraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnext-postgres-wundergraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnext-postgres-wundergraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnext-postgres-wundergraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/next-postgres-wundergraph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fnext-postgres-wundergraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31961085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["nextjs","postgresql","tutorial-code","wundergraph"],"created_at":"2024-11-07T03:27:22.231Z","updated_at":"2026-04-18T07:31:26.315Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next Postgres Wundergraph\n\n* [Next.js](https://nextjs.org/) and [Wundergraph](https://wundergraph.com/) used to employ [GraphQL](https://graphql.org/) at build time\n* Tutorial code from [Jack Herrington](https://www.youtube.com/channel/UC6vRUjYqDuoUsYsku86Lrsw) - in Spanish\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-postgres-wundergraph?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/next-postgres-wundergraph?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/next-postgres-wundergraph?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/next-postgres-wundergraph?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: Next Postgres Wundergraph](#zap-next-postgres-wundergraph)\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  * [:flashlight: Testing](#flashlight-testing)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\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* Requires Docker to be installed so Windows 10 Home cannot be used\n\n## :camera: Screenshots\n\n![Example screenshot](./imgs/graphql.png)\n\n## :signal_strength: Technologies\n\n* [Next.js](https://nextjs.org/)\n* [GraphQL]](https://graphql.org/)\n* [Wundergraph](https://wundergraph.com/)\n\n## :floppy_disk: Setup\n\n* `npm i` to install dependencies then...\n* tba\n\n## :flashlight: Testing\n\n* `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n* `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\n\n## :computer: Code Examples\n\n* tba\n\n```typescript\n\n```\n\n## :cool: Features\n\n* tba\n\n## :clipboard: Status \u0026 To-Do List\n\n* Status: In work\n* To-Do: Complete\n\n## :clap: Inspiration\n\n* [Jack Herrington: Rethinking GraphQL with Wundergraph](https://www.youtube.com/watch?v=m3YrZav5-CU\u0026t=182s)\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-postgres-wundergraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fnext-postgres-wundergraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fnext-postgres-wundergraph/lists"}