Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaurav-balyan/graphql-prisma
GraphQL Prisma Project
https://github.com/gaurav-balyan/graphql-prisma
docker-container environment-variables graphql-api graphql-mutations graphql-queries graphql-schema graphql-server graphql-subscriptions graphql-test graphql-yoga heroku-deployment jest-tests prisma-binding prisma-cloud
Last synced: about 1 month ago
JSON representation
GraphQL Prisma Project
- Host: GitHub
- URL: https://github.com/gaurav-balyan/graphql-prisma
- Owner: Gaurav-Balyan
- Created: 2020-09-13T11:33:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T19:24:54.000Z (over 4 years ago)
- Last Synced: 2024-10-12T13:20:20.307Z (2 months ago)
- Topics: docker-container, environment-variables, graphql-api, graphql-mutations, graphql-queries, graphql-schema, graphql-server, graphql-subscriptions, graphql-test, graphql-yoga, heroku-deployment, jest-tests, prisma-binding, prisma-cloud
- Language: JavaScript
- Homepage:
- Size: 8.73 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
+ need to use Node version 12 to be able to successfully run prisma init command hence using nvm to use specific version
+ used graphql-yoga as graphql server
+ graphql config is used to get schema properties which would be created in generated folder to be used in NodeJS
+ we can use http://localhost:4466 to communicate with graphql operations
+ use prisma deploy -e ../config/{config}.env forpreferred environment
+ use environmental variables for confidential information
+ use jest for unit testing
+ use gql to generate graphql operations from client
+ deployed on heroku and used postgres for persisting data