This is an integration to connect Smartsheets with the Effortless Dashboard.
-
Clone Repo
-
Create virtual environment
python3 -m virtualenv venv
- Start virtual environment
$ source venv/bin/activate
- Install dependencies
$ pip install -r requirements.txt
- Up development environment
$ python api/app.py