acoli-repo / fintan-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fintan Service

An API designed to be used for running Fintan pipelines. The recommended way to use it is via a Docker container. To build it, use

docker build -t fintan-api .
docker run -d -p 8080:8080 --name fintan-api fintan-api```

The Swagger UI should be available on http://localhost:8080

About


Languages

Language:Python 62.0%Language:Dockerfile 38.0%