bilgehankaya / CodeRunner

API for various compilers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler

Installing using Docker

Build the image using the following command:

docker image build . -t compilerapi

Run container using:

docker run -d --name compilerService -p 8111:8111 compilerapi

For the swagger page: http://localhost:8111/docs

Alt text

About

API for various compilers


Languages

Language:Python 75.5%Language:Java 11.0%Language:Dockerfile 7.7%Language:JavaScript 5.8%