Prepare a docker image.
./build-image.shEdit settings.
cp .env-example .env
vim .envRun the server.
go run main.goExample of a request:
curl -X POST -H "Content-Type: application/json" -d @- http://localhost:8080/api/run
{"code": "print('Hello World!')"}
^D