Skip to content

postbot-apps/graphy

Repository files navigation

Graphy

Graphy is an all in one workflow management tool backed with Slash graphql.

Graphy Workflows

The app is deployed at https://graphy.surge.sh

Quick Start

This app requires NodeJS. Before continuing, download and install Node.js. Node.js 10 or higher is required. .

Update environment variables

  cp .env.example .env
SLASH_GRAPHQL_URL=https://<app.region.aws>.cloud.dgraph.io/graphql

AUTH0_DOMAIN=<auth0 domain>
AUTH0_CLIENT_ID=<auth0 client id>
AUTH0_AUDIENCE=<auth0 audience>

APP_ENDPOINT=http://loalhost:8000

Install dependencies

npm install

Start the development server

npm start

view graphy at http://localhost:8080/

Demo user account

  email: [email protected]
  password: H6Pd672crXY8z4Q@

Screenshots

App screenshots are available here

Features

  • Ability to create workflows with graphs and use them to power surveys, graphs, forms and much more.
  • Super simple drag and drop graph creation.
  • Ability to view the responses from surveys, forms etc.
  • Secure authentication with Auth0.
  • Amazing UI.
  • Super fast with lazy loading and graphql caching.

License

APACHE 2.0