Currently, this app focuses on demonstrating the functionality of Imports API endpoints and their related actions.
Please see the documentation on Creating an app in HubSpot
Make sure you have Docker Compose installed.
- Copy .env.template to .env
- Paste your HUBSPOT_API_KEY
The best way to run this project (with the least configuration), is using docker compose. Change to the webroot and start it
docker-compose up -d --build
You should now be able to navigate to http://localhost:8999 and use the application.