Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 593 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 593 Bytes

Ledger Server

Prerequisites

  1. Create file keyfile.json in root of server directory by following these instructions: https://cloud.google.com/docs/authentication/production#obtaining_and_providing_service_account_credentials_manually

  2. Create file auth0.json in root of server directory that looks like this:

{
  "audience": "<auth0-audience>",
  "domain": "<auth0-domain>"
}

Develop

  1. Edit schema or code.

  2. npm run build

  3. PORT=8081 npm start

  4. Go to http://localhost:8081/graphql to make interactive graphql requests

Deploy

gcloud app deploy