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