Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thinkswan/graphql-customers-crud
- Owner: thinkswan
- Created: 2019-06-27T18:29:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:26:21.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T18:28:17.038Z (almost 2 years ago)
- Topics: express, graphql, tutorial
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```