Skip to content

MarcelloTheArcane/pipedrive-graphql

Repository files navigation

GraphQL wrapper for Pipedrive

Pipedrive

Getting started

Install dependencies:

# Yarn
yarn
# NPM
npm install

This repository uses Yarn.

Create .env file:

PIPEDRIVE_API_KEY=<...>
JWT_SIGNING_KEY=<...>

How to find your Pipedrive API key

Run:

For testing, you can use the following command:

# Yarn
yarn serve
# NPM
npm run serve

Deploy:

Deploy to a server of your choice. It must run the start script:

# Yarn
yarn start
# NPM
npm run start

Deploys

You can deploy this to Zeit Now or Heroku straight out of the box.

Deploy

You'll need to configure the environment variables depending on your system.

About

GraphQL wrapper for Pipedrive Rest API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published