git clone https://github.com/stever/zxplay-api-z88dk.git
cd zxplay-api-z88dk/
virtualenv venv
source ./venv/bin/activate
pip install -r requirements.txtuvicorn app.main:app --reloaddocker build -t ghcr.io/stever/zxplay-api-z88dk .
docker push ghcr.io/stever/zxplay-api-z88dkdocker run \
--publish=80:8000 \
--detach=true \
--name=zxplay-api-z88dk \
ghcr.io/stever/zxplay-api-z88dkTick option to "Forward client headers to webhook".
type Mutation {
compileC (
code: String!
): CompileResult
}type CompileResult {
base64Encoded: String!
}http://z88dk/compile/