matheusrocha89 / graphql-with-firestore-example

GraphQL server running with graphql-yoga and firestore database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL with Firestore example

A GraphQL server example using GraphQL Yoga and Firestore

image

Before you start

You need to create a new firestore project and download your credentials to be imported. After download your credentials, go to the file ./src/server/index.js and check line 6 and 7 to import your credentials

Install packages

yarn

Start server

yarn start

Your server will run on port 4000.

About

GraphQL server running with graphql-yoga and firestore database


Languages

Language:JavaScript 100.0%