Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thinkswan/graphql-customers-crud

A GraphQL app for retrieving customer data.
https://github.com/thinkswan/graphql-customers-crud

express graphql tutorial

Last synced: about 2 months ago
JSON representation

A GraphQL app for retrieving customer data.

Awesome Lists containing this project

README

        

# graphql-customers-crud

A GraphQL app for retrieving customer data.

Based on the following tutorial: [Traversy Media: Build a GraphQL Server](https://www.youtube.com/playlist?list=PLillGF-RfqbYZty73_PHBqKRDnv7ikh68)

## Get started

```
yarn
yarn dev:server
yarn json:server
open http://localhost:4000/graphql
```