Skip to content

AmitSureshChandra/online-code-runner

Repository files navigation

Architecture diagram

image

Sample of running jdk8 code

image image

Sample of running jdk8 code

image

Sample of running golang code

image

Instructions to run locally

build docker image using following command by going in ./docker-files/ folders

cd docker-files/jdk && docker build -t online-compiler-jdk .
cd docker-files/golang12 && docker build -t online-compiler-golang12 .
cd docker-files/python3 && docker build -t online-compiler-python3 .
cd docker-files/node20 && docker build -t online-compiler-node20 .
cd docker-files/gcc11 && docker build -t online-compiler-gcc11 .

create a folder name temp to store user temporary code files

mkdir temp

to see api docs

image

added run.sh to execute above scripts directly

chmod +x run.sh
./run.sh

need to run rabbitmq & redis while running test cases

  • test container feature pending

About

online compilor to run code in various languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published