Sha256: 99275eba2da7e3a8914ea03bc50e290091b17c32e1ce85eb4ad732e4bc7d4157

Contents?: true

Size: 1.08 KB

Versions: 7

Compression:

Stored size: 1.08 KB

Contents

# HubSpot-ruby sample Trello integration app

This is a sample app for the hubspot-ruby SDK. Currently, this app focuses on demonstrating
of Trello integration, Trello cards and HubSpot deals in particular.

### HubSpot Public API links used in this application

- [CRM Custom Cards](https://developers.hubspot.com/docs/api/crm/extensions/custom-cards)

### Setup App

Make sure you have [Docker Compose](https://docs.docker.com/compose/) installed.

### Configure

1. Copy .env.template to .env
2. Paste your HUBSPOT_CLIENT_ID, HUBSPOT_CLIENT_SECRET, HUBSPOT_APPLICATION_ID and HUBSPOT_DEVELOPER_API_KEY
3. Paste you TRELLO_API_KEY. You can obtain it from [https://trello.com/app-key](https://trello.com/app-key)

### Running

The best way to run this project (with the least configuration), is using docker compose.  Change to the webroot and start it

```bash docker-compose up --build```

In separate tab of console run
```docker-compose run web rake db:migrate```
to run migrations of database.


Copy Ngrok url from console. Now you should now be able to navigate to that url and use the application.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/trello-integration-app/README.md
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/README.md
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/README.md
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/README.md
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/README.md
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/README.md
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/README.md