https://github.com/gaurav-balyan/graphql-lyrical
contains React frontend consuming GraphQL backend
https://github.com/gaurav-balyan/graphql-lyrical
express-graphql gql graphql-server graphql-tag react-apollo
Last synced: 3 months ago
JSON representation
contains React frontend consuming GraphQL backend
- Host: GitHub
- URL: https://github.com/gaurav-balyan/graphql-lyrical
- Owner: Gaurav-Balyan
- Created: 2020-08-30T17:26:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T19:46:00.000Z (over 4 years ago)
- Last Synced: 2025-01-30T06:41:25.531Z (5 months ago)
- Topics: express-graphql, gql, graphql-server, graphql-tag, react-apollo
- Language: JavaScript
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
+ contains express-graphql as the graphql server
+ contains mongodb for persisting data
+ contains react-apollo for data provider on client
+ contains gql from graphql-tag for query and mutation handling on client