https://github.com/KiRist-code/code-runner

Code-Runner

What is Code-Runner?

Code-Runner is multi-compiler docker server. Code-Runner allow you to compile and run your code on a docker container. You can give your compiler server to anyone who want to compile a programming file.

Installation

Git clone

git clone <https://github.com/KiRist-code/code-runner.git>

Docker compose

First, you have to build Docker image first.

docker-compose build

Then, make your conatiner up

docker-compose up -d

Support Language

Code-Runner supports many languages.

Having Issue?

If you need to help with Code-Runner or you would like to help out, you can contact me on 'Issues' tab.