Skip to content

Instantly share code, notes, and snippets.

@amazingandyyy
Last active June 26, 2018 22:30
Show Gist options
  • Save amazingandyyy/9ba4585aaedcde9a8207fe77707f86e2 to your computer and use it in GitHub Desktop.
Save amazingandyyy/9ba4585aaedcde9a8207fe77707f86e2 to your computer and use it in GitHub Desktop.
Build an predication-marketing related application that utilizes the Bodhi public graphql api.

Run bodhi-server

git clone https://github.com/bodhiproject/bodhi-server
cd bodhi-server
npm install
npm run start-test
// go to localhost:8989/graphiql

Run bodhi-ui

git clone https://github.com/bodhiproject/bodhi-ui
cd bodhi-ui
npm install
npm run start
// go to localhost:3000
// go to developer tools console → type “queries”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment