Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 421 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 421 Bytes

HubSpot-python private app starter

Requirements

  1. Make sure you have Python 3.8+ installed.
  2. Configured) .env file

Running

  1. Install dependencies
pip3 install -r requirements.txt
  1. Start your app
flask run
  1. Visit http://127.0.0.1:5000/ to check results.