An open API service indexing awesome lists of open source software.

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

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_

![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/next-postgres-wundergraph?style=plastic)
![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/next-postgres-wundergraph?style=plastic)
![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/next-postgres-wundergraph?style=plastic)
![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/next-postgres-wundergraph?style=plastic)

## :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

![Example screenshot](./imgs/graphql.png)

## :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]