GraphQL bindings to uPortal API
GraphQL bindings to uPortal API
git clone git@github.com:ChristianMurphy/uPortal-graphql.git
npm install
npm start
Set environment variables, or create a .env file.
option | default | description |
---|---|---|
HOST |
‘http://localhost:8080‘ | protocol, host, and (optional) port of the portal server |
npm test