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