Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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