CDK FastAPI example

Quick and dirty FastAPI API to play a bit with CDK, OPSIN and WURCS

  • Clone the repo and build the image.

    git clone https://github.com/eloyfelix/cdk_fastapi.git
    cd cdk_fastapi
    docker build -t cdk_fastapi .
    
  • Run the container using the image.

    docker run -p8000:8000 cdk_fastapi
    
  • Open FastAPI docs:

    http://localhost:8000/docs