Skip to content

agusdmb/hubspot_demo

Repository files navigation

HubSpot OAuth Integration

How to run

To run first must set 2 environment variables CLIENT_ID and CLIENT_SECRET then:

python db upgrade  # only the first time
python runner.py

Install

pip install -r requirements.txt

Dev install

pip install -r dev-requirements.txt

TODO

  • More test cases
  • Add pre-commit and hooks to flake8, black and mypy
  • Docstrings
  • A root swagger
  • Dockerfile to install everything automatically (python requirements) and including a MySQL server and the migrations.

About

HubSpot Integration API Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published