node-apollo-server
v0.0.1
Published
A GraphQL / Apollo Server for Center Court
Readme
Apollo Server v2.0
Runs on port 6061 // bagel and a breadstick
yarn start:dev to run in watch mode
Make an .env.<environment> e.g.: .env.dev with the below variables
PGHOST='localhost'
PGUSER=matthooper
PGDATABASE=tennis
PGPASSWORD=null
PGPORT=5432