Backend for CodeZone online compiler
CodeZone - online compiler which executes user's code (for now without any inputs) in docker containers.
CodeZone can be tested here and fronted repo can be found here
docker-compose up -d --build
go mod download- create and configure
.envbased onprod.env(set HTTP_ORIGINS to "*") go run ./cmd/api
