No description, website, or topics provided.
Python
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
.travis.yml
Dockerfile
LICENSE
README.md
app.py
docker-compose.yml
requirements.txt

README.md

cds-service-example-python

Simple Python and Flask server that acts as a CDS Service

Usage

This card service can be deployed with docker. By default, the Dockerfile exposes port 5000. Creating the docker container can be done by:

$ docker build -t <your-name>/cds-service-example-python .
Successfully built <container-id>

$ docker run -p 5000:5000 -d --rm <your-name>/cds-service-example-python