https://github.com/andrewjbateman/next-postgres-wundergraph
:clipboard: Next.js and Wundergraph used to employ GraphQL at build time
https://github.com/andrewjbateman/next-postgres-wundergraph
nextjs postgresql tutorial-code wundergraph
Last synced: 3 months ago
JSON representation
:clipboard: Next.js and Wundergraph used to employ GraphQL at build time
- Host: GitHub
- URL: https://github.com/andrewjbateman/next-postgres-wundergraph
- Owner: AndrewJBateman
- Created: 2021-12-22T12:38:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T12:41:30.000Z (over 3 years ago)
- Last Synced: 2024-12-27T02:44:54.846Z (5 months ago)
- Topics: nextjs, postgresql, tutorial-code, wundergraph
- Language: TypeScript
- Homepage:
- Size: 7.77 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Postgres Wundergraph
* [Next.js](https://nextjs.org/) and [Wundergraph](https://wundergraph.com/) used to employ [GraphQL](https://graphql.org/) at build time
* Tutorial code from [Jack Herrington](https://www.youtube.com/channel/UC6vRUjYqDuoUsYsku86Lrsw) - in Spanish
* **Note:** to open web links in a new window use: _ctrl+click on link_


## :page_facing_up: Table of contents
* [:zap: Next Postgres Wundergraph](#zap-next-postgres-wundergraph)
* [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)
* [:books: General info](#books-general-info)
* [:camera: Screenshots](#camera-screenshots)
* [:signal_strength: Technologies](#signal_strength-technologies)
* [:floppy_disk: Setup](#floppy_disk-setup)
* [:flashlight: Testing](#flashlight-testing)
* [:computer: Code Examples](#computer-code-examples)
* [:cool: Features](#cool-features)
* [:clipboard: Status & To-Do List](#clipboard-status--to-do-list)
* [:clap: Inspiration](#clap-inspiration)
* [:file_folder: License](#file_folder-license)
* [:envelope: Contact](#envelope-contact)## :books: General info
* Requires Docker to be installed so Windows 10 Home cannot be used
## :camera: Screenshots

## :signal_strength: Technologies
* [Next.js](https://nextjs.org/)
* [GraphQL]](https://graphql.org/)
* [Wundergraph](https://wundergraph.com/)## :floppy_disk: Setup
* `npm i` to install dependencies then...
* tba## :flashlight: Testing
* `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
* `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).## :computer: Code Examples
* tba
```typescript
```
## :cool: Features
* tba
## :clipboard: Status & To-Do List
* Status: In work
* To-Do: Complete## :clap: Inspiration
* [Jack Herrington: Rethinking GraphQL with Wundergraph](https://www.youtube.com/watch?v=m3YrZav5-CU&t=182s)
## :file_folder: License
* N/A
## :envelope: Contact
* Repo created by [ABateman](https://github.com/AndrewJBateman), email: [email protected]