Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 1.48 KB

README.md

File metadata and controls

77 lines (51 loc) · 1.48 KB

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.