Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 295 Bytes

File metadata and controls

6 lines (4 loc) · 295 Bytes

Code Evaluator Service (Java, Spring-Boot, Docker, Kubernetes)

Code Evaluator API receives a ruby code snipet and returns its result.

The project runs a Java Spring Boot application in a docker container and it spinns up another container with a ruby image in order to run the input code.