spiffworkflow-backend will talk to this app in order to discover the list of connectors and to make actual connections to external services
Go to file
Kevin Burnett 51c10a0153
Merging deploy app dev into master (#13)
* updated available v2 connectors w/ burnettk

* install postgresql-client in the docker image w/ burnettk

* updated spiffworkflow-proxy so it can find the correct commands w/ burnettk

* use h2 in the README w/ burnettk

* update connector-http with GetRequestV2 param fix

* update connector-http to fix post request v2

---------

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2024-01-02 07:12:49 -08:00
bin pass through all arguments so you can give gunicorn extra flags 2023-02-13 11:45:43 -05:00
connectors updated waku docker build script w/ burnettk 2023-06-12 15:06:42 -04:00
.darglint added some basic linting w/ burnettk cullerton 2022-10-10 12:02:36 -04:00
.flake8 added some basic linting w/ burnettk cullerton 2022-10-10 12:02:36 -04:00
.gitignore added config py file that can read from env vars w/ burnettk 2023-02-22 10:19:14 -05:00
.pre-commit-config.yaml remove stuff from backened not relevant here 2022-12-29 10:30:37 -05:00
.tool-versions Bump to Python 3.11.0 (#19) 2022-11-28 14:24:51 -05:00
Dockerfile Merging deploy app dev into master (#13) 2024-01-02 07:12:49 -08:00
Jenkinsfile ci: remember last IMAGE_TAG choice 2023-03-14 14:01:36 +01:00
README.md Merging deploy app dev into master (#13) 2024-01-02 07:12:49 -08:00
app.py Use Spiffworkflow-Proxy Library (#18) 2022-11-28 12:29:12 -05:00
config.py added waku base url config back in w/ burnettk 2023-02-22 17:04:17 -05:00
docker-compose.yml use port 7004 since mysql is on 7003 w/ burnettk 2022-09-14 15:11:00 -04:00
noxfile.py added some basic linting w/ burnettk cullerton 2022-10-10 12:02:36 -04:00
poetry.lock Merging deploy app dev into master (#13) 2024-01-02 07:12:49 -08:00
pyproject.toml Merging deploy app dev into master (#13) 2024-01-02 07:12:49 -08:00

README.md

Run the service

poetry run flask --debug run --port=7004

You can check to see if it is running by loading

http://localhost:7004/v1/commands http://localhost:7004/liveness